patch-2.3.21 linux/drivers/video/Makefile
Next file: linux/drivers/video/amifb.c
Previous file: linux/drivers/video/Config.in
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Oct 11 10:26:52 1999
- Orig file:
v2.3.20/linux/drivers/video/Makefile
- Orig date:
Fri Sep 10 23:57:36 1999
diff -u --recursive --new-file v2.3.20/linux/drivers/video/Makefile linux/drivers/video/Makefile
@@ -150,11 +150,15 @@
endif
ifeq ($(CONFIG_FB_SGIVW),y)
-L_OBJS += sgivwfb.o
+LX_OBJS += sgivwfb.o
else
ifeq ($(CONFIG_FB_SGIVW),m)
- M_OBJS += sgivwfb.o
+ MX_OBJS += sgivwfb.o
endif
+endif
+
+ifeq ($(CONFIG_FB_3DFX),y)
+L_OBJS += tdfxfb.o
endif
ifeq ($(CONFIG_FB_MAC),y)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)