patch-2.3.14 linux/drivers/pnp/Makefile

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

diff -u --recursive --new-file v2.3.13/linux/drivers/pnp/Makefile linux/drivers/pnp/Makefile
@@ -18,4 +18,12 @@
 MI_OBJS  :=
 MIX_OBJS :=
 
+ifeq ($(CONFIG_ISAPNP),y)
+  LX_OBJS += isapnp.o
+else
+  ifeq ($(CONFIG_ISAPNP),m)
+    MX_OBJS += isapnp.o
+  endif
+endif
+
 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)