diff options
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | 2008-04-03 16:02:53 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-04-28 12:14:28 -0400 |
commit | 6e766458f78ca15198cf046bc098b36e40c8b471 (patch) | |
tree | 7cc0909addd8f44a8d550acff79f65ddceecf2f2 /drivers/serial/Makefile | |
parent | ce28f94ca5a9ba3cd6bdcc47b52ea1b7a3bd933b (diff) |
[MIPS] Alchemy: move UART platform code to its proper place
Move the code registering the Alchemy UART platform devices from
drivers/serial/ to its proper place, into the Alchemy platform code. Fix
the related Kconfig entry, while at it...
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers/serial/Makefile')
-rw-r--r-- | drivers/serial/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/serial/Makefile b/drivers/serial/Makefile index 3cbea5494724..f02ff9fad017 100644 --- a/drivers/serial/Makefile +++ b/drivers/serial/Makefile | |||
@@ -20,7 +20,6 @@ obj-$(CONFIG_SERIAL_8250_BOCA) += 8250_boca.o | |||
20 | obj-$(CONFIG_SERIAL_8250_EXAR_ST16C554) += 8250_exar_st16c554.o | 20 | obj-$(CONFIG_SERIAL_8250_EXAR_ST16C554) += 8250_exar_st16c554.o |
21 | obj-$(CONFIG_SERIAL_8250_HUB6) += 8250_hub6.o | 21 | obj-$(CONFIG_SERIAL_8250_HUB6) += 8250_hub6.o |
22 | obj-$(CONFIG_SERIAL_8250_MCA) += 8250_mca.o | 22 | obj-$(CONFIG_SERIAL_8250_MCA) += 8250_mca.o |
23 | obj-$(CONFIG_SERIAL_8250_AU1X00) += 8250_au1x00.o | ||
24 | obj-$(CONFIG_SERIAL_AMBA_PL010) += amba-pl010.o | 23 | obj-$(CONFIG_SERIAL_AMBA_PL010) += amba-pl010.o |
25 | obj-$(CONFIG_SERIAL_AMBA_PL011) += amba-pl011.o | 24 | obj-$(CONFIG_SERIAL_AMBA_PL011) += amba-pl011.o |
26 | obj-$(CONFIG_SERIAL_CLPS711X) += clps711x.o | 25 | obj-$(CONFIG_SERIAL_CLPS711X) += clps711x.o |