summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/linux-2.6/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-12-09 11:14:52 +0000
committerNicolas Thill <nico@openwrt.org>2005-12-09 11:14:52 +0000
commit4245da91ec41770c49b72e60ee32e76f010e6eea (patch)
tree283f40975f87e920b6f83267f5013ee9ebedfa56 /openwrt/target/linux/linux-2.6/Makefile
parent983f137f0551d6318f65e642a7cfb7ea1da24516 (diff)
downloadmtk-20170518-4245da91ec41770c49b72e60ee32e76f010e6eea.zip
mtk-20170518-4245da91ec41770c49b72e60ee32e76f010e6eea.tar.gz
mtk-20170518-4245da91ec41770c49b72e60ee32e76f010e6eea.tar.bz2
add pcmcia and serial_cs kernel support for mipsel/2.6
SVN-Revision: 2608
Diffstat (limited to 'openwrt/target/linux/linux-2.6/Makefile')
-rw-r--r--openwrt/target/linux/linux-2.6/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/openwrt/target/linux/linux-2.6/Makefile b/openwrt/target/linux/linux-2.6/Makefile
index 1871a3a..55d7b0f 100644
--- a/openwrt/target/linux/linux-2.6/Makefile
+++ b/openwrt/target/linux/linux-2.6/Makefile
@@ -305,9 +305,15 @@ $(eval $(call KMOD_template,NET_PRISM54,net-prism54,\
# PCMCIA/CardBus
$(eval $(call KMOD_template,PCMCIA_CORE,pcmcia-core,\
+ $(MODULES_DIR)/kernel/drivers/pcmcia/pcmcia.ko \
$(MODULES_DIR)/kernel/drivers/pcmcia/pcmcia_core.ko \
$(MODULES_DIR)/kernel/drivers/pcmcia/yenta_socket.ko \
-,CONFIG_PCMCIA,,50,pcmcia_core))
+ $(MODULES_DIR)/kernel/drivers/pcmcia/rsrc_nonstatic.ko \
+,CONFIG_PCMCIA,,50,pcmcia_core pcmcia yenta_socket rsrc_nonstatic))
+
+$(eval $(call KMOD_template,PCMCIA_SERIAL,pcmcia-serial,\
+ $(MODULES_DIR)/kernel/drivers/serial/serial_cs.ko \
+,CONFIG_SERIAL_8250_CS))
# USB