summaryrefslogtreecommitdiffstats
path: root/drivers/pnp/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-07-29 03:58:24 +0000
committerRalf Baechle <ralf@linux-mips.org>1997-07-29 03:58:24 +0000
commit1c5c0c934f91fbce2825acbb849e98781e774c1d (patch)
tree12b5ae03516d4103bc070e4579ae1f7f71c27d24 /drivers/pnp/Makefile
parent4fe70c31de87823ac9e804f4795589ba74dc6971 (diff)
Merge with 2.1.47. Some more cleanup and module fixes.
Diffstat (limited to 'drivers/pnp/Makefile')
-rw-r--r--drivers/pnp/Makefile22
1 files changed, 2 insertions, 20 deletions
diff --git a/drivers/pnp/Makefile b/drivers/pnp/Makefile
index 6153b8da6..565062f7e 100644
--- a/drivers/pnp/Makefile
+++ b/drivers/pnp/Makefile
@@ -23,29 +23,11 @@ MI_OBJS :=
MIX_OBJS :=
ifeq ($(CONFIG_PNP_PARPORT),y)
- L_OBJS += parport_share.o
- ifeq ($(CONFIG_PROC_FS),y)
- L_OBJS += parport_procfs.o
- endif
- ifeq ($(CONFIG_PNP_PARPORT_AUTOPROBE),y)
- L_OBJS += parport_probe.o
- endif
- LX_OBJS += parport_init.o
+ LX_OBJS += parport_probe.o
else
ifeq ($(CONFIG_PNP_PARPORT),m)
- MI_OBJS += parport_share.o
- ifneq ($(CONFIG_PROC_FS),n)
- MI_OBJS += parport_procfs.o
- endif
- ifeq ($(CONFIG_PNP_PARPORT_AUTOPROBE),y)
- MI_OBJS += parport_probe.o
- endif
- MIX_OBJS += parport_init.o
- M_OBJS += parport.o
+ MX_OBJS += parport_probe.o
endif
endif
include $(TOPDIR)/Rules.make
-
-parport.o: $(MI_OBJS) $(MIX_OBJS)
- $(LD) $(LD_RFLAG) -r -o $@ $(MI_OBJS) $(MIX_OBJS)