Module Name: src Committed By: dyoung Date: Tue Apr 30 02:05:00 UTC 2024
Modified Files: src/sys/arch/evbarm: Makefile Log Message: When creating the tags file, include the sources in sys/arch/arm/xilinx/. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/evbarm/Makefile diff -u src/sys/arch/evbarm/Makefile:1.13 src/sys/arch/evbarm/Makefile:1.14 --- src/sys/arch/evbarm/Makefile:1.13 Sat Oct 29 13:14:38 2022 +++ src/sys/arch/evbarm/Makefile Tue Apr 30 02:05:00 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2022/10/29 13:14:38 jmcneill Exp $ +# $NetBSD: Makefile,v 1.14 2024/04/30 02:05:00 dyoung Exp $ # Makefile for evbarm tags file and boot blocks @@ -37,6 +37,7 @@ SEVBARM+= ${SYSDIR}/arch/evbarm/smdk2xx0 SEVBARM+= ${SYSDIR}/arch/evbarm/tisdp24xx/*.[ch] SEVBARM+= ${SYSDIR}/arch/evbarm/tsarm/*.[ch] SEVBARM+= ${SYSDIR}/arch/evbarm/viper/*.[ch] +SEVBARM+= ${SYSDIR}/arch/arm/xilinx/*.[ch] SEVBARM+= ${SYSDIR}/arch/arm/xscale/*.[ch] AEVBARM= ${SYSDIR}/arch/evbarm/adi_brh/*.S