patch-2.3.1 linux/drivers/video/Makefile
Next file: linux/drivers/video/acornfb.c
Previous file: linux/drivers/video/Config.in
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Tue May 11 16:30:45 1999
- Orig file:
v2.3.0/linux/drivers/video/Makefile
- Orig date:
Wed Mar 17 09:17:22 1999
diff -u --recursive --new-file v2.3.0/linux/drivers/video/Makefile linux/drivers/video/Makefile
@@ -132,6 +132,14 @@
endif
endif
+ifeq ($(CONFIG_FB_CYBER2000),y)
+L_OBJS += cyber2000fb.o
+else
+ ifeq ($(CONFIG_FB_CYBER2000),m)
+ M_OBJS += cyber2000fb.o
+ endif
+endif
+
ifeq ($(CONFIG_FB_SGIVW),y)
L_OBJS += sgivwfb.o
else
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)