From 4d757396cdac55744079489b3c73a665de07b4ec Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 15 Sep 1997 02:40:41 +0000 Subject: kill Locore.c --- sys/arch/powerpc/conf/Makefile.powerpc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/arch/powerpc/conf') diff --git a/sys/arch/powerpc/conf/Makefile.powerpc b/sys/arch/powerpc/conf/Makefile.powerpc index e56fa79cc15..4e4bb94a878 100644 --- a/sys/arch/powerpc/conf/Makefile.powerpc +++ b/sys/arch/powerpc/conf/Makefile.powerpc @@ -136,8 +136,7 @@ clean:: lint: @lint -hbxncez -DGENERIC -Dvolatile= ${CPPFLAGS} -UKGDB \ - ${PPC}/powerpc/Locore.c ${CFILES} ${PPC}/powerpc/swapgeneric.c \ - ioconf.c param.c | \ + ${CFILES} ${PPC}/powerpc/swapgeneric.c ioconf.c param.c | \ grep -v 'static function .* unused' tags: -- cgit v1.2.3