patch-2.4.0-test2 linux/drivers/acorn/char/Makefile
Next file: linux/drivers/acorn/char/keyb_arc.c
Previous file: linux/arch/sparc64/solaris/timod.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Tue Jun 20 07:24:52 2000
- Orig file:
v2.4.0-test1/linux/drivers/acorn/char/Makefile
- Orig date:
Thu Mar 2 14:36:22 2000
diff -u --recursive --new-file v2.4.0-test1/linux/drivers/acorn/char/Makefile linux/drivers/acorn/char/Makefile
@@ -18,7 +18,7 @@
# Object file lists.
-obj-y := i2c.o pcf8583.o
+obj-y :=
obj-m :=
obj-n :=
obj- :=
@@ -34,7 +34,8 @@
obj-$(CONFIG_ATOMWIDE_SERIAL) += serial-atomwide.o
obj-$(CONFIG_DUALSP_SERIAL) += serial-dualsp.o
-obj-y += $(obj-$(MACHINE))
+# Do the i2c and rtc last
+obj-y += $(obj-$(MACHINE)) i2c.o pcf8583.o
O_OBJS := $(filter-out $(export-objs), $(obj-y))
OX_OBJS := $(filter $(export-objs), $(obj-y))
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)