patch-2.4.0-prerelease linux/arch/m68k/kernel/Makefile
Next file: linux/arch/m68k/kernel/semaphore.c
Previous file: linux/arch/m68k/ifpsp060/src/pfpsp.S
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Fri Dec 29 14:07:20 2000
- Orig file:
v2.4.0-test12/linux/arch/m68k/kernel/Makefile
- Orig date:
Thu Mar 30 16:56:04 2000
diff -u --recursive --new-file v2.4.0-test12/linux/arch/m68k/kernel/Makefile linux/arch/m68k/kernel/Makefile
@@ -17,13 +17,13 @@
endif
O_TARGET := kernel.o
-O_OBJS := entry.o process.o traps.o ints.o signal.o ptrace.o \
- sys_m68k.o time.o semaphore.o
-OX_OBJS := setup.o m68k_ksyms.o
-ifdef CONFIG_PCI
-O_OBJS += bios32.o
-endif
+export-objs := setup.o m68k_ksyms.o
+
+obj-y := entry.o process.o traps.o ints.o signal.o ptrace.o \
+ sys_m68k.o time.o semaphore.o setup.o m68k_ksyms.o
+
+obj-$(CONFIG_PCI) += bios32.o
head.o: head.S m68k_defs.h
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)