Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/bebox/stand/boot Add -I${S}/lib/libsa and reorder.



details:   https://anonhg.NetBSD.org/src/rev/3875c85f852e
branches:  trunk
changeset: 758019:3875c85f852e
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Thu Oct 14 05:40:40 2010 +0000

description:
Add -I${S}/lib/libsa and reorder.

diffstat:

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

diffs (20 lines):

diff -r 0b6b48f453ba -r 3875c85f852e sys/arch/bebox/stand/boot/Makefile
--- a/sys/arch/bebox/stand/boot/Makefile        Thu Oct 14 03:36:10 2010 +0000
+++ b/sys/arch/bebox/stand/boot/Makefile        Thu Oct 14 05:40:40 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.25 2008/05/26 16:28:39 kiyohara Exp $
+#      $NetBSD: Makefile,v 1.26 2010/10/14 05:40:40 kiyohara Exp $
 
 NOMAN= # defined
 
@@ -29,7 +29,9 @@
 CFLAGS= -Wno-main -ffreestanding
 AFLAGS= -x assembler-with-cpp -traditional-cpp
 
-CPPFLAGS= -nostdinc -I${.OBJDIR} -I${ELF2PEF} -I${S} -I${COMMONLIBDIR}/include
+CPPFLAGS= -nostdinc
+CPPFLAGS+= -I${.OBJDIR} -I${S} -I${COMMONLIBDIR}/include -I${S}/lib/libsa
+CPPFLAGS+= -I${ELF2PEF}
 CPPFLAGS+= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes
 CPPFLAGS+= -D_STANDALONE -DRELOC=${RELOC} -DUSE_SCAN
 CPPFLAGS+= -D__daddr_t=int32_t



Home | Main Index | Thread Index | Old Index