Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/lkm/arch/mac68k/iwm Pull up 1.3 from the trunk: fi...



details:   https://anonhg.NetBSD.org/src/rev/8e1808f965b7
branches:  netbsd-1-4
changeset: 468035:8e1808f965b7
user:      scottr <scottr%NetBSD.org@localhost>
date:      Sat Apr 03 21:08:59 1999 +0000

description:
Pull up 1.3 from the trunk:  fix for PR 7310.

diffstat:

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

diffs (18 lines):

diff -r 3c725597e7a6 -r 8e1808f965b7 sys/lkm/arch/mac68k/iwm/Makefile
--- a/sys/lkm/arch/mac68k/iwm/Makefile  Sat Apr 03 19:40:20 1999 +0000
+++ b/sys/lkm/arch/mac68k/iwm/Makefile  Sat Apr 03 21:08:59 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 1999/03/27 05:48:53 scottr Exp $
+#      $NetBSD: Makefile,v 1.2.2.1 1999/04/03 21:08:59 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