patch-2.4.0-prerelease linux/arch/m68k/sun3/Makefile
Next file: linux/arch/m68k/sun3/config.c
Previous file: linux/arch/m68k/q40/Makefile
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Fri Dec 29 14:07:20 2000
- Orig file:
v2.4.0-test12/linux/arch/m68k/sun3/Makefile
- Orig date:
Thu Mar 30 16:56:04 2000
diff -u --recursive --new-file v2.4.0-test12/linux/arch/m68k/sun3/Makefile linux/arch/m68k/sun3/Makefile
@@ -11,7 +11,10 @@
$(CC) $(AFLAGS) -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 intersil.o
-OX_OBJS := sun3_ksyms.o
+
+export-objs := sun3_ksyms.o
+
+obj-y := config.o idprom.o mmu_emu.o sun3ints.o leds.o dvma.o \
+ sbus.o intersil.o sun3_ksyms.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)