summaryrefslogtreecommitdiff
path: root/drivers/serial/Makefile
diff options
context:
space:
mode:
authorAndreas Engel <andreas.engel@ericsson.com>2008-09-08 10:17:31 +0200
committerWolfgang Denk <wd@denx.de>2008-09-09 14:41:11 +0200
commit20c9226cb8cab08a111ee73db04e62d943ee0c97 (patch)
tree7aaf06027f305b55960e9d63774f16b71afa7108 /drivers/serial/Makefile
parent0817d688f307ee2c0598e79175c94a40ce90337b (diff)
Merged serial_pl010.c and serial_pl011.c.
They only differ in the init function. This also adds the missing watchdog support for the PL011. Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
Diffstat (limited to 'drivers/serial/Makefile')
-rw-r--r--drivers/serial/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/serial/Makefile b/drivers/serial/Makefile
index f30014d32..3cc19991b 100644
--- a/drivers/serial/Makefile
+++ b/drivers/serial/Makefile
@@ -33,8 +33,7 @@ COBJS-$(CONFIG_DRIVER_S3C4510_UART) += s3c4510b_uart.o
COBJS-$(CONFIG_S3C64XX) += s3c64xx.o
COBJS-y += serial.o
COBJS-$(CONFIG_MAX3100_SERIAL) += serial_max3100.o
-COBJS-y += serial_pl010.o
-COBJS-y += serial_pl011.o
+COBJS-y += serial_pl01x.o
COBJS-$(CONFIG_XILINX_UARTLITE) += serial_xuartlite.o
COBJS-$(CONFIG_SCIF_CONSOLE) += serial_sh.o
COBJS-$(CONFIG_USB_TTY) += usbtty.o