diff options
| author | rin <rin@NetBSD.org> | 2018-09-22 12:24:01 +0000 |
|---|---|---|
| committer | rin <rin@NetBSD.org> | 2018-09-22 12:24:01 +0000 |
| commit | 78bb4e0433d2d2e91f5437c53ebbf8ece989392e (patch) | |
| tree | b00efc605ed07fb4fbe9f53ce1f73e803565e235 /sys/arch/alpha/conf | |
| parent | 18a9434357d36a188f19d75feb8fd61094a32c03 (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/alpha/conf')
| -rw-r--r-- | sys/arch/alpha/conf/Makefile.alpha | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/alpha/conf/Makefile.alpha b/sys/arch/alpha/conf/Makefile.alpha index a4c167764c2..e774047ec31 100644 --- a/sys/arch/alpha/conf/Makefile.alpha +++ b/sys/arch/alpha/conf/Makefile.alpha @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.alpha,v 1.84 2016/01/20 12:49:21 jklos Exp $ +# $NetBSD: Makefile.alpha,v 1.85 2018/09/22 12:24:01 rin Exp $ # Makefile for NetBSD # @@ -42,11 +42,6 @@ NORMAL_S= ${CPP} ${AFLAGS} ${CPPFLAGS} $< | ${TOOL_SED} -e 's,^\#.*,,' | \ ## (3) libkern and compat ## OPT_MODULAR= %MODULAR% -.if !empty(OPT_MODULAR) -KERN_AS= obj -.else -KERN_AS= library -.endif ## ## (4) local objects, compile rules, and dependencies |
