summaryrefslogtreecommitdiffstats
path: root/drivers/char/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-03-17 22:05:47 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-03-17 22:05:47 +0000
commit27cfca1ec98e91261b1a5355d10a8996464b63af (patch)
tree8e895a53e372fa682b4c0a585b9377d67ed70d0e /drivers/char/Makefile
parent6a76fb7214c477ccf6582bd79c5b4ccc4f9c41b1 (diff)
Look Ma' what I found on my harddisk ...
o New faster syscalls for 2.1.x, too o Upgrade to 2.1.89. Don't try to run this. It's flaky as hell. But feel free to debug ...
Diffstat (limited to 'drivers/char/Makefile')
-rw-r--r--drivers/char/Makefile18
1 files changed, 11 insertions, 7 deletions
diff --git a/drivers/char/Makefile b/drivers/char/Makefile
index 807db2c3d..0ef46c200 100644
--- a/drivers/char/Makefile
+++ b/drivers/char/Makefile
@@ -323,6 +323,14 @@ else
endif
endif
+ifeq ($(CONFIG_VIDEO_CQCAM),y)
+L_OBJS += c-qcam.o
+else
+ ifeq ($(CONFIG_VIDEO_CQCAM),m)
+ M_OBJS += c-qcam.o
+ endif
+endif
+
ifeq ($(CONFIG_VIDEO_PMS),y)
L_OBJS += pms.o
else
@@ -375,18 +383,14 @@ else
MX_OBJS += misc.o
endif
endif
-
+
ifdef CONFIG_VT
ifdef CONFIG_TGA_CONSOLE
L_OBJS += tga.o
else
- ifndef CONFIG_SUN_CONSOLE
- ifndef CONFIG_VIDEO_G364
- ifndef CONFIG_SGI
- L_OBJS += vga.o vesa_blank.o
- endif
+ ifdef CONFIG_VGA_CONSOLE
+ L_OBJS += vga.o vesa_blank.o
endif
- endif
endif
endif