summaryrefslogtreecommitdiffstats
path: root/drivers/video/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/Makefile')
-rw-r--r--drivers/video/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/video/Makefile b/drivers/video/Makefile
index e7617637d..a5b5d41c4 100644
--- a/drivers/video/Makefile
+++ b/drivers/video/Makefile
@@ -218,6 +218,10 @@ 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
@@ -498,6 +502,16 @@ else
endif
endif
+# Newport Text Console
+
+ifeq ($(CONFIG_SGI_NEWPORT_CONSOLE),y)
+L_OBJS += newport_con.o font_8x16.o
+else
+ ifeq ($(CONFIG_SGI_NEWPORT_CONSOLE),m)
+ M_OBJS += newport_con.o font_8x16.o
+ endif
+endif
+
include $(TOPDIR)/Rules.make
promcon_tbl.c: prom.uni ../char/conmakehash