X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=spl%2FMakefile;h=01873de2b16d393e82938ad4c422e206e04b958a;hp=09752bf3467b501e399997976b37f5488d24d0ae;hb=69f14dc2fd64307f012381dd333a06001dec75dc;hpb=ed7bdc03eb516fb698ccc12ec5b4b9f132d05c5f diff --git a/spl/Makefile b/spl/Makefile index 09752bf346..01873de2b1 100644 --- a/spl/Makefile +++ b/spl/Makefile @@ -88,7 +88,7 @@ ifneq ($(CONFIG_AM33XX)$(CONFIG_OMAP34XX)$(CONFIG_OMAP44XX)$(CONFIG_OMAP54XX)$(C LIBS-y += $(CPUDIR)/omap-common/libomap-common.o endif -ifneq (,$(filter $(SOC), mx25 mx27 mx5 mx6 mx31 mx35)) +ifneq (,$(CONFIG_MX23)$(filter $(SOC), mx25 mx27 mx5 mx6 mx31 mx35)) LIBS-y += arch/$(ARCH)/imx-common/libimx-common.o endif