patch-2.3.13 linux/drivers/parport/Makefile
Next file: linux/drivers/parport/ieee1284.c
Previous file: linux/drivers/parport/Config.in
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Mon Aug 2 11:16:02 1999
- Orig file:
v2.3.12/linux/drivers/parport/Makefile
- Orig date:
Wed Jul 28 14:47:42 1999
diff -u --recursive --new-file v2.3.12/linux/drivers/parport/Makefile linux/drivers/parport/Makefile
@@ -33,7 +33,7 @@
LX_OBJS += parport_pc.o
else
ifeq ($(CONFIG_PARPORT_PC),m)
- M_OBJS += parport_pc.o
+ MX_OBJS += parport_pc.o
endif
endif
ifeq ($(CONFIG_PARPORT_AMIGA),y)
@@ -71,10 +71,7 @@
M_OBJS += parport.o
endif
ifeq ($(CONFIG_PARPORT_PC),m)
- M_OBJS += parport_pc.o
- endif
- ifeq ($(CONFIG_PARPORT_AX),m)
- M_OBJS += parport_ax.o
+ MX_OBJS += parport_pc.o
endif
ifeq ($(CONFIG_PARPORT_AMIGA),m)
M_OBJS += parport_amiga.o
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)