diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-10-09 00:00:47 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-10-09 00:00:47 +0000 |
commit | d6434e1042f3b0a6dfe1b1f615af369486f9b1fa (patch) | |
tree | e2be02f33984c48ec019c654051d27964e42c441 /drivers/pnp/Makefile | |
parent | 609d1e803baf519487233b765eb487f9ec227a18 (diff) |
Merge with 2.3.19.
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 |