Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/conf Only define KERN_AS= object if IDENT h...
details: https://anonhg.NetBSD.org/src/rev/141f6ec7cf49
branches: trunk
changeset: 543383:141f6ec7cf49
user: matt <matt%NetBSD.org@localhost>
date: Mon Feb 24 07:15:40 2003 +0000
description:
Only define KERN_AS= object if IDENT has -DLKM.
diffstat:
sys/arch/powerpc/conf/Makefile.powerpc | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 90c3c10e5381 -r 141f6ec7cf49 sys/arch/powerpc/conf/Makefile.powerpc
--- a/sys/arch/powerpc/conf/Makefile.powerpc Mon Feb 24 07:14:17 2003 +0000
+++ b/sys/arch/powerpc/conf/Makefile.powerpc Mon Feb 24 07:15:40 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.powerpc,v 1.26 2003/02/19 23:55:48 matt Exp $
+# $NetBSD: Makefile.powerpc,v 1.27 2003/02/24 07:15:40 matt Exp $
#
# Makefile for NetBSD
#
@@ -45,7 +45,9 @@
##
## (3) libkern and compat
##
+.if !empty(IDENT:M-DLKM)
KERN_AS= obj
+.endif
##
## (4) local objects, compile rules, and dependencies
Home |
Main Index |
Thread Index |
Old Index