summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-09-15 02:40:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-09-15 02:40:41 +0000
commit4d757396cdac55744079489b3c73a665de07b4ec (patch)
tree72d04fedf2f22362fa325861e14e47f5c1033fdd /sys/arch/powerpc/conf
parent9691107fcf80cbc251201589babc198cdcb55d54 (diff)
kill Locore.c
Diffstat (limited to 'sys/arch/powerpc/conf')
-rw-r--r--sys/arch/powerpc/conf/Makefile.powerpc3
1 files changed, 1 insertions, 2 deletions
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: