Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/stand We'll define the kernel types for standa...



details:   https://anonhg.NetBSD.org/src/rev/96ad05dd796c
branches:  trunk
changeset: 343161:96ad05dd796c
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 23 22:29:29 2016 +0000

description:
We'll define the kernel types for standalone code.

diffstat:

 sys/arch/i386/stand/boot/Makefile.boot |  4 ++--
 sys/arch/i386/stand/dosboot/Makefile   |  4 ++--
 sys/arch/i386/stand/pxeboot/Makefile   |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 4e2e17630e6e -r 96ad05dd796c sys/arch/i386/stand/boot/Makefile.boot
--- a/sys/arch/i386/stand/boot/Makefile.boot    Sat Jan 23 22:28:09 2016 +0000
+++ b/sys/arch/i386/stand/boot/Makefile.boot    Sat Jan 23 22:29:29 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.boot,v 1.68 2016/01/23 21:22:47 christos Exp $
+# $NetBSD: Makefile.boot,v 1.69 2016/01/23 22:29:29 christos Exp $
 
 S=     ${.CURDIR}/../../../../..
 
@@ -36,7 +36,7 @@
 
 LDFLAGS+= -nostdlib -Wl,-N -Wl,-e,boot_start
 CPPFLAGS+= -I ${.CURDIR}/..  -I ${.CURDIR}/../../lib -I ${S}/lib/libsa
-CPPFLAGS+= -I ${.OBJDIR} -D_KERNTYPES
+CPPFLAGS+= -I ${.OBJDIR}
 # Make sure we override any optimization options specified by the user
 COPTS=  -Os
 
diff -r 4e2e17630e6e -r 96ad05dd796c sys/arch/i386/stand/dosboot/Makefile
--- a/sys/arch/i386/stand/dosboot/Makefile      Sat Jan 23 22:28:09 2016 +0000
+++ b/sys/arch/i386/stand/dosboot/Makefile      Sat Jan 23 22:29:29 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.29 2016/01/23 21:22:47 christos Exp $
+#      $NetBSD: Makefile,v 1.30 2016/01/23 22:29:29 christos Exp $
 
 S=     ${.CURDIR}/../../../..
 
@@ -13,7 +13,7 @@
 
 CPPFLAGS+= -DSLOW      # for libz
 CPPFLAGS+= -DCOMPAT_386BSD_MBRPART
-CPPFLAGS+= -DXMS -D_KERNTYPES
+CPPFLAGS+= -DXMS
 CPPFLAGS+= -DLIBSA_ENABLE_LS_OP
 #uncomment if there are problems with memory detection
 #CPPFLAGS+= -DCONSERVATIVE_MEMDETECT
diff -r 4e2e17630e6e -r 96ad05dd796c sys/arch/i386/stand/pxeboot/Makefile
--- a/sys/arch/i386/stand/pxeboot/Makefile      Sat Jan 23 22:28:09 2016 +0000
+++ b/sys/arch/i386/stand/pxeboot/Makefile      Sat Jan 23 22:29:29 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.23 2016/01/23 21:22:47 christos Exp $
+#      $NetBSD: Makefile,v 1.24 2016/01/23 22:29:29 christos Exp $
 
 S=     ${.CURDIR}/../../../..
 
@@ -40,7 +40,7 @@
 CPPFLAGS+= -DCONSPEED=boot_params.bp_conspeed
 CPPFLAGS+= -DCONSADDR=boot_params.bp_consaddr
 CPPFLAGS+= -DCONSOLE_KEYMAP=boot_params.bp_keymap
-CPPFLAGS+= -DDIRECT_SERIAL -D_KERNTYPES
+CPPFLAGS+= -DDIRECT_SERIAL
 # Various serial line configurations
 #CPPFLAGS+= -DSUPPORT_SERIAL=CONSDEV_PC -DDIRECT_SERIAL
 #      or



Home | Main Index | Thread Index | Old Index