From: Wolfgang Denk Date: Sat, 5 Dec 2009 23:26:19 +0000 (+0100) Subject: Fix out-of-tree building of "apollon" board. X-Git-Tag: v2009.11-rc2~15 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8cbf4e4f17121d732e78764f0ba317c9a1838ea6;p=u-boot Fix out-of-tree building of "apollon" board. Signed-off-by: Wolfgang Denk --- diff --git a/Makefile b/Makefile index bcb3fe953a..10abadfffa 100644 --- a/Makefile +++ b/Makefile @@ -3257,6 +3257,7 @@ zylonite_config : ######################################################################### apollon_config : unconfig + @mkdir -p $(obj)include @echo "#define CONFIG_ONENAND_U_BOOT" > $(obj)include/config.h @$(MKCONFIG) $(@:_config=) arm arm1136 apollon NULL omap24xx @echo "CONFIG_ONENAND_U_BOOT = y" >> $(obj)include/config.mk