Module Name:    src
Committed By:   jmcneill
Date:           Sat Oct 29 13:14:38 UTC 2022

Modified Files:
        src/sys/arch/evbarm: Makefile
Removed Files:
        src/sys/arch/evbarm/devkit8000: if_dme_gpmc.c

Log Message:
GC unused files.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbarm/Makefile
cvs rdiff -u -r1.3 -r0 src/sys/arch/evbarm/devkit8000/if_dme_gpmc.c

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.12 src/sys/arch/evbarm/Makefile:1.13
--- src/sys/arch/evbarm/Makefile:1.12	Sat Oct 29 08:33:45 2022
+++ src/sys/arch/evbarm/Makefile	Sat Oct 29 13:14:38 2022
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.12 2022/10/29 08:33:45 jmcneill Exp $
+#	$NetBSD: Makefile,v 1.13 2022/10/29 13:14:38 jmcneill Exp $
 
 # Makefile for evbarm tags file and boot blocks
 
@@ -10,7 +10,6 @@ SEVBARM=	${SYSDIR}/arch/evbarm/adi_brh/*
 SEVBARM+=	${SYSDIR}/arch/evbarm/armadillo/*.[ch]
 SEVBARM+=	${SYSDIR}/arch/evbarm/cp3100/*.[ch]
 SEVBARM+=	${SYSDIR}/arch/evbarm/dev/*.[ch]
-SEVBARM+=	${SYSDIR}/arch/evbarm/devkit8000/*.[ch]
 SEVBARM+=	${SYSDIR}/arch/evbarm/evbarm/*.[ch]
 SEVBARM+=	${SYSDIR}/arch/evbarm/g42xxeb/*.[ch]
 SEVBARM+=	${SYSDIR}/arch/evbarm/gemini/*.[ch]

Reply via email to