diff options
Diffstat (limited to 'drivers/video/Makefile')
-rw-r--r-- | drivers/video/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/drivers/video/Makefile b/drivers/video/Makefile index 412754020..27365240a 100644 --- a/drivers/video/Makefile +++ b/drivers/video/Makefile @@ -188,6 +188,10 @@ else endif endif +ifdef CONFIG_FB_G364 +L_OBJS := $(L_OBJS) g364fb.o +endif + ifeq ($(CONFIG_FB_SBUS),y) L_OBJS += sbusfb.o ifeq ($(CONFIG_FB_CREATOR),y) @@ -413,12 +417,6 @@ ifdef CONFIG_SGI L_OBJS := $(L_OBJS) newport_con.o endif -# G364 Console for Mips Magnum 4000 / Olivetti M700-10 - -ifdef CONFIG_VIDEO_G364 -L_OBJS := $(L_OBJS) g364fb.o -endif - include $(TOPDIR)/Rules.make gspcore.c: gspcore.gsp |