summaryrefslogtreecommitdiffstats
path: root/spl
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2013-07-30 11:36:30 +0530
committerTom Rini <trini@ti.com>2013-08-15 08:51:10 -0400
commit806d2792472436a523084775190a11e9d8315275 (patch)
treeedf2fc20cce5e41b9e1d06c326570f2178b6378c /spl
parent3b34ac13fe1e841e8f4ab00dda6a5a7df0568710 (diff)
downloadblackbird-obmc-uboot-806d2792472436a523084775190a11e9d8315275.tar.gz
blackbird-obmc-uboot-806d2792472436a523084775190a11e9d8315275.zip
ARM: OMAP: Add CONFIG_OMAP_COMMON
Adding a new CONFIG_OMAP_COMMON which is included by all boards that needs to build cpu/armv7/omap-common folder. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'spl')
-rw-r--r--spl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/spl/Makefile b/spl/Makefile
index 6e5299bef1..28ebc96060 100644
--- a/spl/Makefile
+++ b/spl/Makefile
@@ -83,7 +83,7 @@ LIBS-$(CONFIG_SPL_ETH_SUPPORT) += drivers/net/phy/libphy.o
LIBS-$(CONFIG_SPL_MUSB_NEW_SUPPORT) += drivers/usb/musb-new/libusb_musb-new.o
LIBS-$(CONFIG_SPL_USBETH_SUPPORT) += drivers/usb/gadget/libusb_gadget.o
-ifneq ($(CONFIG_AM33XX)$(CONFIG_OMAP34XX)$(CONFIG_OMAP44XX)$(CONFIG_OMAP54XX)$(CONFIG_TI814X),)
+ifneq ($(CONFIG_OMAP_COMMON),)
LIBS-y += $(CPUDIR)/omap-common/libomap-common.o
endif
OpenPOWER on IntegriCloud