From: Guennadi Liakhovetski Date: Sat, 4 Apr 2009 22:37:07 +0000 (+0200) Subject: ARM: fix out-of-tree build of imx31_phycore_eet X-Git-Tag: v2009.06-rc1~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=69c5bf29908b3a7f8e23bd9891b7ecc5b21f23e5;p=platform%2Fkernel%2Fu-boot.git ARM: fix out-of-tree build of imx31_phycore_eet Fix out-of-tree build of the imx31_phycore_eet target. Reported-by: Wolfgang Denk Signed-off-by: Guennadi Liakhovetski --- diff --git a/Makefile b/Makefile index bc44c02..49b83c0 100644 --- a/Makefile +++ b/Makefile @@ -3070,6 +3070,7 @@ imx31_litekit_config : unconfig imx31_phycore_eet_config \ imx31_phycore_config : unconfig + @mkdir -p $(obj)include @if [ -n "$(findstring _eet_,$@)" ]; then \ echo "#define CONFIG_IMX31_PHYCORE_EET" >> $(obj)include/config.h; \ fi