patch-2.3.51 linux/drivers/block/Makefile

Next file: linux/drivers/block/aec6210.c
Previous file: linux/drivers/block/DAC960.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.50/linux/drivers/block/Makefile linux/drivers/block/Makefile
@@ -182,6 +182,10 @@
 IDE_OBJS += ide-pci.o
 endif
 
+ifeq ($(CONFIG_BLK_DEV_ISAPNP),y)
+IDE_OBJS += ide-pnp.o
+endif
+
 ifeq ($(CONFIG_BLK_DEV_IDE_PMAC),y)
 IDE_OBJS += ide-pmac.o
 endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)