patch-2.1.109 linux/drivers/sbus/char/Makefile

Next file: linux/drivers/scsi/ncr53c8xx.h
Previous file: linux/drivers/sbus/char/Config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.108/linux/drivers/sbus/char/Makefile linux/drivers/sbus/char/Makefile
@@ -50,7 +50,9 @@
 #endif
 
 O_TARGET := sunchar.o
+ifneq ($(CONFIG_FB),y)
 O_OBJ    := ${FB_OBJS} suncons.o sbuscons.o pcicons.o sunfb.o
+endif
 O_OBJS   := ${O_OBJ} sunkbd.o sunkbdmap.o sunmouse.o sunserial.o zs.o
 M_OBJS   :=
 
@@ -122,8 +124,10 @@
 
 # Add PCI console/fb drivers here.
 #
+ifneq ($(CONFIG_FB),y)
 ifeq ($(CONFIG_PCI),y)
 O_OBJS += mach64.o
+endif
 endif
 
 include $(TOPDIR)/Rules.make

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov