From ec6a28b4c73def2098a6a76f8d5a842b34519719 Mon Sep 17 00:00:00 2001 From: mark Date: Sun, 26 Jan 1997 02:36:02 +0000 Subject: [PATCH] Updated for new kernel library Makefile.inc changes. --- sys/arch/arm32/conf/Makefile.arm32 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sys/arch/arm32/conf/Makefile.arm32 b/sys/arch/arm32/conf/Makefile.arm32 index 3a340bc65960..9c6e12072bb2 100644 --- a/sys/arch/arm32/conf/Makefile.arm32 +++ b/sys/arch/arm32/conf/Makefile.arm32 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.arm32,v 1.21 1997/01/13 00:51:42 mark Exp $ +# $NetBSD: Makefile.arm32,v 1.22 1997/01/26 02:36:02 mark Exp $ # Makefile for NetBSD # @@ -31,7 +31,7 @@ COPTS?= -O2 .ifndef S S!= cd ../../../..; pwd .endif -ARM32= ../.. +ARM32= $S/arch/arm32 INCLUDES= -I. -I$S/arch -I$S -nostdinc CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \ @@ -126,7 +126,8 @@ newvers: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c -clean:: +clean: cleankernel +cleankernel: rm -f eddep *netbsd netbsd.gdb tags *.[io] [a-z]*.s \ [Ee]rrs linterrs makelinks genassym genassym.o assym.h @@ -149,7 +150,7 @@ links: SRCS= ${ARM32}/arm32/locore.S modedefs.c \ param.c ioconf.c ${CFILES} ${SFILES} -depend:: .depend +depend: .depend .depend: ${SRCS} assym.h param.c ${MKDEP} ${AFLAGS} ${CPPFLAGS} ${ARM32}/arm32/locore.S ${MKDEP} -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES}