patch-2.1.68 linux/drivers/misc/Makefile
Next file: linux/drivers/misc/parport_ax.c
Previous file: linux/drivers/char/vt.c
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Sat Nov 29 16:19:40 1997
- Orig file:
v2.1.67/linux/drivers/misc/Makefile
- Orig date:
Tue Sep 23 16:48:47 1997
diff -u --recursive --new-file v2.1.67/linux/drivers/misc/Makefile linux/drivers/misc/Makefile
@@ -30,6 +30,13 @@
M_OBJS += parport_pc.o
endif
endif
+ ifeq ($(CONFIG_PARPORT_AX),y)
+ LX_OBJS += parport_ax.o
+ else
+ ifeq ($(CONFIG_PARPORT_AX),m)
+ M_OBJS += parport_ax.o
+ endif
+ endif
LX_OBJS += parport_init.o
else
ifeq ($(CONFIG_PARPORT),m)
@@ -42,6 +49,9 @@
endif
ifeq ($(CONFIG_PARPORT_PC),m)
MX_OBJS += parport_pc.o
+ endif
+ ifeq ($(CONFIG_PARPORT_AX),m)
+ MX_OBJS += parport_ax.o
endif
endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov