summaryrefslogtreecommitdiffstats
path: root/drivers/char/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-02-15 02:15:32 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-02-15 02:15:32 +0000
commit86464aed71025541805e7b1515541aee89879e33 (patch)
treee01a457a4912a8553bc65524aa3125d51f29f810 /drivers/char/Makefile
parent88f99939ecc6a95a79614574cb7d95ffccfc3466 (diff)
Merge with Linux 2.2.1.
Diffstat (limited to 'drivers/char/Makefile')
-rw-r--r--drivers/char/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/char/Makefile b/drivers/char/Makefile
index af9983701..7544ffb4a 100644
--- a/drivers/char/Makefile
+++ b/drivers/char/Makefile
@@ -122,6 +122,14 @@ else
endif
endif
+ifeq ($(CONFIG_ISI),y)
+L_OBJS += isicom.o
+else
+ ifeq ($(CONFIG_ISI),m)
+ M_OBJS += isicom.o
+ endif
+endif
+
ifeq ($(CONFIG_ESPSERIAL),y)
L_OBJS += esp.o
else
@@ -384,6 +392,14 @@ else
endif
endif
+ifeq ($(CONFIG_RADIO_GEMTEK),y)
+L_OBJS += radio-gemtek.o
+else
+ ifeq ($(CONFIG_RADIO_GEMTEK),m)
+ M_OBJS += radio-gemtek.o
+ endif
+endif
+
ifeq ($(CONFIG_QIC02_TAPE),y)
L_OBJS += tpqic02.o
else