]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - spl/Makefile
TI:am335x: Better comment and organize the networking related options
[people/ms/u-boot.git] / spl / Makefile
index 6e5299bef16566b3a7cabc244f5919c007275d33..28ebc96060f8b6b6709b4b55b16a1b641c79b887 100644 (file)
@@ -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