diff options
Diffstat (limited to 'drivers/pnp/Makefile')
-rw-r--r-- | drivers/pnp/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/pnp/Makefile b/drivers/pnp/Makefile index a801f1992..f12b5686d 100644 --- a/drivers/pnp/Makefile +++ b/drivers/pnp/Makefile @@ -18,4 +18,12 @@ LX_OBJS := 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 |