patch-2.4.11-dontuse linux/drivers/ide/Makefile
Next file: linux/drivers/ide/ataraid.c
Previous file: linux/drivers/ide/Config.in
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Tue Oct 9 09:18:37 2001
- Orig file:
v2.4.10/linux/drivers/ide/Makefile
- Orig date:
Sun Sep 23 11:40:57 2001
diff -u --recursive --new-file v2.4.10/linux/drivers/ide/Makefile linux/drivers/ide/Makefile
@@ -10,7 +10,7 @@
O_TARGET := idedriver.o
-export-objs := ide.o ide-features.o
+export-objs := ide.o ide-features.o ataraid.o
list-multi := ide-mod.o ide-probe-mod.o
obj-y :=
@@ -65,6 +65,7 @@
ide-obj-$(CONFIG_BLK_DEV_TRM290) += trm290.o
ide-obj-$(CONFIG_BLK_DEV_UMC8672) += umc8672.o
ide-obj-$(CONFIG_BLK_DEV_VIA82CXXX) += via82cxxx.o
+ide-obj-$(CONFIG_BLK_DEV_MPC8xx_IDE) += ide-m8xx.o
# The virtualised raid layers MUST come after the ide itself or bad stuff
# will happen.
@@ -74,7 +75,7 @@
ide-obj-$(CONFIG_PROC_FS) += ide-proc.o
-ide-mod-objs := $(export-objs) $(ide-obj-y)
+ide-mod-objs := ide.o ide-features.o $(ide-obj-y)
ide-probe-mod-objs := ide-probe.o ide-geometry.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)