summaryrefslogtreecommitdiff
path: root/sys/arch/cesfic
diff options
context:
space:
mode:
authorrin <rin@NetBSD.org>2018-09-22 12:24:01 +0000
committerrin <rin@NetBSD.org>2018-09-22 12:24:01 +0000
commit78bb4e0433d2d2e91f5437c53ebbf8ece989392e (patch)
treeb00efc605ed07fb4fbe9f53ce1f73e803565e235 /sys/arch/cesfic
parent18a9434357d36a188f19d75feb8fd61094a32c03 (diff)
- Determine KERN_AS automatically depending on whether OPT_MODULAR is
set or not, in the same way as libcompat. - Specify OPT_MODULAR in the port Makefile instead of KERN_AS. Now, KERN_AS=library is used for kernels without module(7) for all ports. OK christos
Diffstat (limited to 'sys/arch/cesfic')
-rw-r--r--sys/arch/cesfic/conf/Makefile.cesfic4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/cesfic/conf/Makefile.cesfic b/sys/arch/cesfic/conf/Makefile.cesfic
index 173e521cc91..c9328860d8a 100644
--- a/sys/arch/cesfic/conf/Makefile.cesfic
+++ b/sys/arch/cesfic/conf/Makefile.cesfic
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.cesfic,v 1.19 2015/09/06 02:17:30 uebayasi Exp $
+# $NetBSD: Makefile.cesfic,v 1.20 2018/09/22 12:24:01 rin Exp $
# Makefile for NetBSD
#
@@ -40,7 +40,7 @@ AFLAGS+= -Wa,-mcpu=68030 -Wa,-m68040 -Wa,-m68030 -Wa,-m68851
##
## (3) libkern and compat
##
-KERN_AS= obj
+OPT_MODULAR= %MODULAR%
##
## (4) local objects, compile rules, and dependencies