Module Name:    src
Committed By:   christos
Date:           Sun Dec 24 16:15:53 UTC 2017

Added Files:
        src/sys/arch/ews4800mips/conf: Makefile.ews4800mips.inc

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/ews4800mips/conf/Makefile.ews4800mips.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: src/sys/arch/ews4800mips/conf/Makefile.ews4800mips.inc
diff -u /dev/null src/sys/arch/ews4800mips/conf/Makefile.ews4800mips.inc:1.1
--- /dev/null	Sun Dec 24 11:15:53 2017
+++ src/sys/arch/ews4800mips/conf/Makefile.ews4800mips.inc	Sun Dec 24 11:15:53 2017
@@ -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

Reply via email to