patch-2.2.19 linux/drivers/video/Makefile
Next file: linux/drivers/video/aty128fb.c
Previous file: linux/drivers/video/Config.in
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Sun Mar 25 11:37:37 2001
- Orig file:
v2.2.18/drivers/video/Makefile
- Orig date:
Sun Mar 25 11:28:33 2001
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.18/drivers/video/Makefile linux/drivers/video/Makefile
@@ -106,6 +106,10 @@
ifeq ($(CONFIG_FB_ATY128),y)
L_OBJS += aty128fb.o
+else
+ ifeq ($(CONFIG_FB_ATY128),m)
+ M_OBJS += aty128fb.o
+ endif
endif
ifeq ($(CONFIG_FB_IGA),y)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)