patch-2.3.17 linux/arch/m68k/sun3/Makefile
Next file: linux/arch/m68k/sun3/config.c
Previous file: linux/arch/m68k/mm/sun3mmu.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Sat Sep 4 13:06:41 1999
- Orig file:
v2.3.16/linux/arch/m68k/sun3/Makefile
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.3.16/linux/arch/m68k/sun3/Makefile linux/arch/m68k/sun3/Makefile
@@ -0,0 +1,16 @@
+#
+# Makefile for Linux arch/m68k/sun3 source directory
+#
+# Note! Dependencies are done automagically by 'make dep', which also
+# removes any old dependencies. DON'T put your own dependencies here
+# unless it's something special (ie not a .c file).
+#
+# Note 2! The CFLAGS definitions are now in the main makefile...
+
+.S.o:
+ $(CC) -D__ASSEMBLY__ -traditional -Wa,-m68020 -c $< -o $*.o
+
+O_TARGET := sun3.o
+O_OBJS := config.o idprom.o mmu_emu.o sun3ints.o leds.o dvma.o sbus.o
+
+include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)