summaryrefslogtreecommitdiffstats
path: root/drivers/char/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/Makefile')
-rw-r--r--drivers/char/Makefile13
1 files changed, 12 insertions, 1 deletions
diff --git a/drivers/char/Makefile b/drivers/char/Makefile
index 3e6500f3a..d5a19d343 100644
--- a/drivers/char/Makefile
+++ b/drivers/char/Makefile
@@ -41,7 +41,10 @@ endif
ifndef CONFIG_SUN_KEYBOARD
ifdef CONFIG_VT
-L_OBJS += keyboard.o defkeymap.o
+L_OBJS += keyboard.o
+endif
+ifneq ($(ARCH),m68k)
+L_OBJS += pc_keyb.o defkeymap.o
endif
endif
@@ -63,6 +66,14 @@ else
endif
endif
+ifeq ($(CONFIG_DIGIEPCA),y)
+L_OBJS += epca.o
+else
+ ifeq ($(CONFIG_DIGIEPCA),m)
+ M_OBJS += epca.o
+ endif
+endif
+
ifeq ($(CONFIG_CYCLADES),y)
L_OBJS += cyclades.o
else