patch-2.4.3 linux/drivers/atm/Makefile
Next file: linux/drivers/atm/nicstar.c
Previous file: linux/drivers/acpi/namespace/nsinit.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Mon Mar 26 15:36:30 2001
- Orig file:
v2.4.2/linux/drivers/atm/Makefile
- Orig date:
Sat Feb 3 19:51:26 2001
diff -u --recursive --new-file v2.4.2/linux/drivers/atm/Makefile linux/drivers/atm/Makefile
@@ -50,6 +50,9 @@
EXTRA_CFLAGS=-g
+list-multi := fore_200e.o
+fore_200e-objs := fore200e.o $(FORE200E_FW_OBJS)
+
include $(TOPDIR)/Rules.make
@@ -82,9 +85,8 @@
objcopy -Iihex $< -Obinary $@.gz
gzip -df $@.gz
-# module build
-fore_200e.o: fore200e.o $(FORE200E_FW_OBJS)
- $(LD) -r -o $@ $< $(FORE200E_FW_OBJS)
+fore_200e.o: $(fore_200e-objs)
+ $(LD) -r -o $@ $(fore_200e-objs)
# firmware dependency stuff taken from drivers/sound/Makefile
FORE200E_FW_UP_TO_DATE :=
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)