mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 16:22:49 +02:00
bba1f99712
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11194 3c298f89-4303-0410-b956-a3cf2f4a3e73
13 lines
438 B
Diff
13 lines
438 B
Diff
Index: linux-2.6.21.7/drivers/serial/Makefile
|
|
===================================================================
|
|
--- linux-2.6.21.7.orig/drivers/serial/Makefile
|
|
+++ linux-2.6.21.7/drivers/serial/Makefile
|
|
@@ -5,6 +5,7 @@
|
|
#
|
|
|
|
obj-$(CONFIG_SERIAL_CORE) += serial_core.o
|
|
+obj-$(CONFIG_AMAZON_ASC_UART) += amazon_asc.o
|
|
obj-$(CONFIG_SERIAL_21285) += 21285.o
|
|
obj-$(CONFIG_SERIAL_8250) += 8250.o
|
|
obj-$(CONFIG_SERIAL_8250_PNP) += 8250_pnp.o
|