patch-2.4.0-prerelease linux/arch/m68k/mac/Makefile
Next file: linux/arch/m68k/math-emu/Makefile
Previous file: linux/arch/m68k/lib/Makefile
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Fri Dec 29 14:07:20 2000
- Orig file:
v2.4.0-test12/linux/arch/m68k/mac/Makefile
- Orig date:
Sun Feb 13 11:21:42 2000
diff -u --recursive --new-file v2.4.0-test12/linux/arch/m68k/mac/Makefile linux/arch/m68k/mac/Makefile
@@ -8,8 +8,10 @@
# Note 2! The CFLAGS definitions are now in the main makefile...
O_TARGET := mac.o
-OX_OBJS := mac_ksyms.o
-O_OBJS := config.o bootparse.o macints.o iop.o via.o oss.o psc.o \
- baboon.o macboing.o debug.o misc.o
+
+export-objs := mac_ksyms.o
+
+obj-y := config.o bootparse.o macints.o iop.o via.o oss.o psc.o \
+ baboon.o macboing.o debug.o misc.o mac_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)