diff options
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/video/Makefile b/drivers/video/Makefile index 4d07ae843..e7617637d 100644 --- a/drivers/video/Makefile +++ b/drivers/video/Makefile @@ -218,10 +218,6 @@ ifdef CONFIG_FB_G364 L_OBJS := $(L_OBJS) g364fb.o endif -ifdef CONFIG_FB_G364 -L_OBJS := $(L_OBJS) g364fb.o -endif - ifdef CONFIG_FB_FM2 L_OBJS := $(L_OBJS) fm2fb.o endif @@ -502,16 +498,6 @@ else endif endif -# Newport Text Console - -ifeq ($(CONFIG_SGI_NEWPORT_CONSOLE),y) -L_OBJS += newport_con.o vga_font.o -else - ifeq ($(CONFIG_SGI_NEWPORT_CONSOLE),m) - M_OBJS += newport_con.o vga_font.o - endif -endif - include $(TOPDIR)/Rules.make promcon_tbl.c: prom.uni ../char/conmakehash |