]> git.sur5r.net Git - u-boot/blobdiff - board/ti/am335x/Makefile
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[u-boot] / board / ti / am335x / Makefile
index cb2b99902585d84ec1e974410f50cd069639a367..3dbeedab1a81cea2d4b6c4635a7b6d6bd88b02a3 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(BOARD).o
 
-ifdef CONFIG_SPL_BUILD
+ifeq ($(CONFIG_SPL_BUILD)$(CONFIG_NOR_BOOT),y)
 COBJS  := mux.o
 endif