patch-2.1.47 linux/drivers/pnp/Makefile
Next file: linux/drivers/pnp/TODO-parport
Previous file: linux/drivers/pnp/Config.in
Back to the patch index
Back to the overall index
- Lines: 32
- Date:
Wed Jul 23 11:14:31 1997
- Orig file:
v2.1.46/linux/drivers/pnp/Makefile
- Orig date:
Wed Apr 23 19:01:21 1997
diff -u --recursive --new-file v2.1.46/linux/drivers/pnp/Makefile linux/drivers/pnp/Makefile
@@ -23,29 +23,11 @@
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)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov