Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lkm/arch/mac68k/iwm This should have been committed in t...



details:   https://anonhg.NetBSD.org/src/rev/5919551a6328
branches:  trunk
changeset: 471504:5919551a6328
user:      scottr <scottr%NetBSD.org@localhost>
date:      Sat Apr 03 08:28:50 1999 +0000

description:
This should have been committed in the previous round, but was
left behind.  Fixes PR 7310.

diffstat:

 sys/lkm/arch/mac68k/iwm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 112abaa57ef4 -r 5919551a6328 sys/lkm/arch/mac68k/iwm/Makefile
--- a/sys/lkm/arch/mac68k/iwm/Makefile  Sat Apr 03 05:26:06 1999 +0000
+++ b/sys/lkm/arch/mac68k/iwm/Makefile  Sat Apr 03 08:28:50 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 1999/03/27 05:48:53 scottr Exp $
+#      $NetBSD: Makefile,v 1.3 1999/04/03 08:28:50 scottr Exp $
 #
 # Makefile for loadable iwm device driver kernel module
 #
@@ -23,7 +23,7 @@
 CPPFLAGS=      -DDIAGNOSTIC -DDDB -nostdinc -Dmc68020 -Dmac68k
 CFLAGS=        -g -O -m68020-40
 
-AFLAGS=                -x assembler-with-cpp -traditional-cpp
+AFLAGS=                -x assembler-with-cpp -traditional-cpp -D_LOCORE -I$S/arch
 
 
 .include <bsd.kmod.mk> 



Home | Main Index | Thread Index | Old Index