diff options
| author | Marek Vasut <[email protected]> | 2014-01-28 00:21:38 +0100 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2014-02-06 02:51:52 +0100 |
| commit | f8d1086851409ee16344932ef367b8a05c365b09 (patch) | |
| tree | 49331d99a3bdfc80b685c3850d528d9bf1a9dc6a /drivers/serial/Makefile | |
| parent | 0b2d3f209a33648a9d235af3927c113a7cfa4c29 (diff) | |
ARM: serial: Remove the IXP UART driver
This driver is no longer used, remove it.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Albert Aribaud <[email protected]>
Cc: Michael Schwingen <[email protected]>
Cc: Tom Rini <[email protected]>
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 6b4cadefdbd..85374fad8ff 100644 --- a/drivers/serial/Makefile +++ b/drivers/serial/Makefile @@ -18,7 +18,6 @@ obj-$(CONFIG_SYS_NS16550) += ns16550.o obj-$(CONFIG_S5P) += serial_s5p.o obj-$(CONFIG_SYS_NS16550_SERIAL) += serial_ns16550.o obj-$(CONFIG_IMX_SERIAL) += serial_imx.o -obj-$(CONFIG_IXP_SERIAL) += serial_ixp.o obj-$(CONFIG_KS8695_SERIAL) += serial_ks8695.o obj-$(CONFIG_MAX3100_SERIAL) += serial_max3100.o obj-$(CONFIG_MXC_UART) += serial_mxc.o |
