Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/stand/bootblk no more _LKM -> _MODULE



details:   https://anonhg.NetBSD.org/src/rev/5b5bb12d3e40
branches:  trunk
changeset: 449914:5b5bb12d3e40
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Mar 29 00:07:39 2019 +0000

description:
no more _LKM -> _MODULE

diffstat:

 sys/arch/sparc/stand/bootblk/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 233447ec4577 -r 5b5bb12d3e40 sys/arch/sparc/stand/bootblk/Makefile
--- a/sys/arch/sparc/stand/bootblk/Makefile     Thu Mar 28 23:24:22 2019 +0000
+++ b/sys/arch/sparc/stand/bootblk/Makefile     Fri Mar 29 00:07:39 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.16 2016/10/01 13:57:44 christos Exp $
+#      $NetBSD: Makefile,v 1.17 2019/03/29 00:07:39 christos Exp $
 
 .include       <bsd.init.mk>
 
@@ -21,7 +21,7 @@
 USE_GENASSYM?= no
 
 INCLUDES=      -I. -I$S/arch -I$S -I${S}/../common/include -nostdinc
-CPPFLAGS=      ${INCLUDES} ${IDENT} ${PARAM} -D_LKM -D_KERNEL
+CPPFLAGS=      ${INCLUDES} ${IDENT} ${PARAM} -D_MODULE -D_KERNEL
 
 ffs.fth.h: genfth.cf machine sparc
        ${TOOL_GENASSYM} -f -- ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} \



Home | Main Index | Thread Index | Old Index