]> git.sur5r.net Git - u-boot/blobdiff - arch/m68k/cpu/mcf532x/config.mk
Merge remote-tracking branch 'u-boot-samsung/master'
[u-boot] / arch / m68k / cpu / mcf532x / config.mk
index 0604ab0f424cc2bf16c2ff11355164c58b02534f..af943543a256a23cd21f1c7a3523bf2755f48aff 100644 (file)
@@ -7,9 +7,9 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-cfg=$(shell grep configs $(OBJTREE)/include/config.h | sed 's/.*<\(configs.*\)>/\1/')
-is5301x:=$(shell grep CONFIG_MCF5301x $(TOPDIR)/include/$(cfg))
-is532x:=$(shell grep CONFIG_MCF532x $(TOPDIR)/include/$(cfg))
+cfg=$(shell grep configs $(objtree)/include/config.h | sed 's/.*<\(configs.*\)>/\1/')
+is5301x:=$(shell grep CONFIG_MCF5301x $(srctree)/include/$(cfg))
+is532x:=$(shell grep CONFIG_MCF532x $(srctree)/include/$(cfg))
 
 ifneq (,$(findstring CONFIG_MCF5301x,$(is5301x)))
 PLATFORM_CPPFLAGS += -mcpu=53015 -fPIC