patch-2.3.9 linux/drivers/video/Makefile

Next file: linux/drivers/video/g364fb.c
Previous file: linux/drivers/usb/usb_scsi.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.8/linux/drivers/video/Makefile linux/drivers/video/Makefile
@@ -498,6 +498,16 @@
   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

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)