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/95b10fbc3a38
branches: trunk
changeset: 997845:95b10fbc3a38
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 285ad4b1bb88 -r 95b10fbc3a38 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