patch-2.4.0-test9 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: 11
- Date:
Sun Sep 17 09:48:04 2000
- Orig file:
v2.4.0-test8/linux/drivers/video/Makefile
- Orig date:
Sun Aug 6 11:23:41 2000
diff -u --recursive --new-file v2.4.0-test8/linux/drivers/video/Makefile linux/drivers/video/Makefile
@@ -46,7 +46,10 @@
# Add fbmon.o back into obj-$(CONFIG_FB) in 2.5.x
obj-$(CONFIG_FB) += fbmem.o fbcmap.o modedb.o fbcon.o fonts.o
+# Only include macmodes.o if we have FB support and are PPC
+ifeq ($(CONFIG_FB),y)
obj-$(CONFIG_PPC) += macmodes.o
+endif
obj-$(CONFIG_FB_ACORN) += acornfb.o
obj-$(CONFIG_FB_AMIGA) += amifb.o
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)