Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/ews4800mips/conf Build compat code for RAMDISK as a...
details: https://anonhg.NetBSD.org/src/rev/a63274cb6f82
branches: trunk
changeset: 828655:a63274cb6f82
user: christos <christos%NetBSD.org@localhost>
date: Sun Dec 24 16:15:53 2017 +0000
description:
Build compat code for RAMDISK as a library otherwise we get code bloat
for code we are not using (there are no compat options in the RAMDISK kernel).
diffstat:
sys/arch/ews4800mips/conf/Makefile.ews4800mips.inc | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diffs (9 lines):
diff -r ab850b371d46 -r a63274cb6f82 sys/arch/ews4800mips/conf/Makefile.ews4800mips.inc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/ews4800mips/conf/Makefile.ews4800mips.inc Sun Dec 24 16:15:53 2017 +0000
@@ -0,0 +1,5 @@
+# $NetBSD: Makefile.ews4800mips.inc,v 1.1 2017/12/24 16:15:53 christos Exp $
+
+.if ${KERNEL_BUILD} == "RAMDISK"
+COMPAT_AS=library
+.endif
Home |
Main Index |
Thread Index |
Old Index