patch-2.4.0-prerelease linux/arch/m68k/hp300/Makefile
Next file: linux/arch/m68k/ifpsp060/src/README-SRC
Previous file: linux/arch/m68k/bvme6000/Makefile
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Fri Dec 29 14:07:20 2000
- Orig file:
v2.4.0-test12/linux/arch/m68k/hp300/Makefile
- Orig date:
Wed Sep 2 09:39:18 1998
diff -u --recursive --new-file v2.4.0-test12/linux/arch/m68k/hp300/Makefile linux/arch/m68k/hp300/Makefile
@@ -8,10 +8,11 @@
# Note 2! The CFLAGS definitions are now in the main makefile...
O_TARGET := hp300.o
-O_OBJS := ksyms.o config.o ints.o time.o reboot.o
-ifdef CONFIG_VT
-O_OBJS += hil.o
-endif
+export-objs := ksyms.o
+
+obj-y := ksyms.o config.o ints.o time.o reboot.o
+
+obj-$(CONFIG_VT) += hil.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)