patch-2.3.38 linux/drivers/pnp/Makefile

Next file: linux/drivers/pnp/isapnp.c
Previous file: linux/drivers/pcmcia/yenta.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.37/linux/drivers/pnp/Makefile linux/drivers/pnp/Makefile
@@ -19,10 +19,10 @@
 MIX_OBJS :=
 
 ifeq ($(CONFIG_ISAPNP),y)
-  LX_OBJS += isapnp.o
+  LX_OBJS += isapnp.o quirks.o
 else
   ifeq ($(CONFIG_ISAPNP),m)
-    MX_OBJS += isapnp.o
+    MX_OBJS += isapnp.o quirks.o
   endif
 endif
 

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