]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/powerpc/cpu/ppc4xx/config.mk
kbuild: rename OBJTREE to objtree
[karo-tx-uboot.git] / arch / powerpc / cpu / ppc4xx / config.mk
index 907a3dda7f7f6cf760723c44c6eb2a3db11db64a..102f069f9e9f5d9fc392dca3428256843b09ec9a 100644 (file)
@@ -7,7 +7,7 @@
 
 PLATFORM_CPPFLAGS += -DCONFIG_4xx -mstring -msoft-float
 
-cfg=$(shell grep configs $(OBJTREE)/include/config.h | sed 's/.*<\(configs.*\)>/\1/')
+cfg=$(shell grep configs $(objtree)/include/config.h | sed 's/.*<\(configs.*\)>/\1/')
 is440:=$(shell grep CONFIG_440 $(srctree)/include/$(cfg))
 
 ifneq (,$(findstring CONFIG_440,$(is440)))