diff options
| author | Masahiro Yamada <[email protected]> | 2015-02-24 11:45:07 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-02-24 17:07:11 -0500 |
| commit | a2f39e830e509cb63aad2c752573d1c871a1d4bf (patch) | |
| tree | 60aa6505a003b2a735a110b29c7b29b8c2b0c931 /drivers/serial/Makefile | |
| parent | 346cfba4f013c34e1dc16948d1ed89dc8c44c478 (diff) | |
ARM: remove cm4008 and cm41xx board support
These are still non-generic boards.
Signed-off-by: Masahiro Yamada <[email protected]>
Cc: Greg Ungerer <[email protected]>
Acked-by: Marek Vasut <[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 63b0cbf5da8..b385852eee4 100644 --- a/drivers/serial/Makefile +++ b/drivers/serial/Makefile @@ -27,7 +27,6 @@ obj-$(CONFIG_OPENCORES_YANU) += opencores_yanu.o obj-$(CONFIG_SYS_NS16550) += ns16550.o obj-$(CONFIG_S5P) += serial_s5p.o obj-$(CONFIG_IMX_SERIAL) += serial_imx.o -obj-$(CONFIG_KS8695_SERIAL) += serial_ks8695.o obj-$(CONFIG_MAX3100_SERIAL) += serial_max3100.o obj-$(CONFIG_MXC_UART) += serial_mxc.o obj-$(CONFIG_PXA_SERIAL) += serial_pxa.o |
