summaryrefslogtreecommitdiffstats
path: root/drivers/serial
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2012-09-14 23:20:05 +0200
committerTom Rini <trini@ti.com>2012-10-15 11:53:58 -0700
commit82dda962f0a6449672df3378bb6b5fe54372a927 (patch)
treef2c351aefd33802811175a166f256cf0f79de2bb /drivers/serial
parent7742aa65a89c28577e9674d688c34cf865587076 (diff)
downloadtalos-obmc-uboot-82dda962f0a6449672df3378bb6b5fe54372a927.tar.gz
talos-obmc-uboot-82dda962f0a6449672df3378bb6b5fe54372a927.zip
serial: Unconditionally enable CONFIG_SERIAL_MULTI
Enable CONFIG_SERIAL_MULTI for all builds of U-Boot. That includes both SPL builds and non-SPL builds, everything. To avoid poluting this patch with removal of ifdef-endif constructions containing CONFIG_SERIAL_MULTI, the CONFIG_SERIAL_MULTI is temporarily added into CPPFLAGS in config.mk . This will be again removed in following patch. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Marek Vasut <marek.vasut@gmail.com> Cc: Tom Rini <trini@ti.com>
Diffstat (limited to 'drivers/serial')
-rw-r--r--drivers/serial/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/serial/Makefile b/drivers/serial/Makefile
index a8b500b222..cc1445352b 100644
--- a/drivers/serial/Makefile
+++ b/drivers/serial/Makefile
@@ -25,9 +25,7 @@ include $(TOPDIR)/config.mk
LIB := $(obj)libserial.o
-ifndef CONFIG_SPL_BUILD
COBJS-$(CONFIG_SERIAL_MULTI) += serial.o
-endif
COBJS-$(CONFIG_ALTERA_UART) += altera_uart.o
COBJS-$(CONFIG_ALTERA_JTAG_UART) += altera_jtag_uart.o
OpenPOWER on IntegriCloud