patch-2.0.21-2.1.0 linux/arch/m68k/tools/amiga/Makefile
Next file: linux/arch/m68k/tools/amiga/dmesg.c
Previous file: linux/arch/m68k/mm/memory.c
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Wed Sep 25 10:47:40 1996
- Orig file:
lx2.0/v2.0.21/linux/arch/m68k/tools/amiga/Makefile
- Orig date:
Thu Jan 1 02:00:00 1970
diff -u --recursive --new-file lx2.0/v2.0.21/linux/arch/m68k/tools/amiga/Makefile linux/arch/m68k/tools/amiga/Makefile
@@ -0,0 +1,22 @@
+
+CC = m68k-cbm-amigados-gcc
+CFLAGS = -Wall -O2
+
+
+All: dmesg
+
+
+dmesg: dmesg.c
+ $(CC) $(CFLAGS) -o dmesg dmesg.c -noixemul
+
+
+CC = m68k-cbm-amigados-gcc
+CFLAGS = -Wall -O2
+
+
+All: dmesg
+
+
+dmesg: dmesg.c
+ $(CC) $(CFLAGS) -o dmesg dmesg.c -noixemul
+
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov