Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x68k/stand/boot_ufs Add -I${S} for <lib/libsa/stand...



details:   https://anonhg.NetBSD.org/src/rev/b45b6faa67ca
branches:  trunk
changeset: 554633:b45b6faa67ca
user:      he <he%NetBSD.org@localhost>
date:      Thu Oct 30 22:23:51 2003 +0000

description:
Add -I${S} for <lib/libsa/stand.h> inclusion, and add
include of ../Makefile.booters for -ffreestanding.

diffstat:

 sys/arch/x68k/stand/boot_ufs/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 725fc4fd9da0 -r b45b6faa67ca sys/arch/x68k/stand/boot_ufs/Makefile
--- a/sys/arch/x68k/stand/boot_ufs/Makefile     Thu Oct 30 22:21:56 2003 +0000
+++ b/sys/arch/x68k/stand/boot_ufs/Makefile     Thu Oct 30 22:23:51 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.14 2003/10/26 07:25:37 lukem Exp $
+#      $NetBSD: Makefile,v 1.15 2003/10/30 22:23:51 he Exp $
 
 NOMAN=         # defined
 
@@ -41,7 +41,7 @@
 CPPFLAGS+= -DSCSI_ADHOC_BOOTPART
 #CPPFLAGS+= -DBOOT_DEBUG
 CPPFLAGS+= -DUSE_FFS -DUSE_LFS -DUSE_UFS1 -DUSE_UFS2 -D__daddr_t=int32_t
-CPPFLAGS+= -I${COMMONDIR} -I${LIBIOCS}
+CPPFLAGS+= -I${COMMONDIR} -I${LIBIOCS} -I${S}
 AFLAGS=           ${CFLAGS:M-[ID]*}
 .if ${OBJECT_FMT} == "ELF"
 LDFLAGS=   -n -Bstatic -T ${.CURDIR}/${BOOT}.ldscript -M
@@ -51,6 +51,8 @@
 OBJCOPY?=  objcopy
 .endif
 
+.include "${.CURDIR}/../Makefile.booters"
+
 CLEANFILES+=   $(PROG).x $(PROG).map
 
 



Home | Main Index | Thread Index | Old Index