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
- Lines: 13
- Date:
Sun Aug 15 11:50:35 1999
- Orig file:
v2.3.13/linux/drivers/pnp/Makefile
- Orig date:
Thu Jul 8 15:42:20 1999
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)