patch-2.1.70 linux/drivers/char/Makefile
Next file: linux/drivers/char/bttv.c
Previous file: linux/drivers/char/Config.in
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Tue Dec 2 09:19:03 1997
- Orig file:
v2.1.69/linux/drivers/char/Makefile
- Orig date:
Sat Nov 29 11:25:09 1997
diff -u --recursive --new-file v2.1.69/linux/drivers/char/Makefile linux/drivers/char/Makefile
@@ -123,6 +123,14 @@
endif
endif
+ifeq ($(CONFIG_SPECIALIX),y)
+L_OBJS += specialix.o
+else
+ ifeq ($(CONFIG_SPECIALIX),m)
+ M_OBJS += specialix.o
+ endif
+endif
+
ifeq ($(CONFIG_ATIXL_BUSMOUSE),y)
M = y
L_OBJS += atixlmouse.o
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov