summaryrefslogtreecommitdiffstats
path: root/drivers/char/Makefile
diff options
context:
space:
mode:
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 9f2a484e0..36fe0d105 100644
--- a/drivers/char/Makefile
+++ b/drivers/char/Makefile
@@ -397,6 +397,14 @@ else
endif
endif
+ifeq ($(CONFIG_RADIO_RTRACK2),y)
+L_OBJS += radio-rtrack2.o
+else
+ ifeq ($(CONFIG_RADIO_RTRACK2),m)
+ M_OBJS += radio-rtrack2.o
+ endif
+endif
+
ifeq ($(CONFIG_RADIO_ZOLTRIX),y)
L_OBJS += radio-zoltrix.o
else
@@ -405,6 +413,14 @@ else
endif
endif
+ifeq ($(CONFIG_RADIO_MIROPCM20),y)
+L_OBJS += radio-miropcm20.o
+else
+ ifeq ($(CONFIG_RADIO_MIROPCM20),m)
+ M_OBJS += radio-miropcm20.o
+ endif
+endif
+
ifeq ($(CONFIG_QIC02_TAPE),y)
L_OBJS += tpqic02.o
else