summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-12-05 23:26:19 (GMT)
committerWolfgang Denk <wd@denx.de>2009-12-05 23:27:06 (GMT)
commit8cbf4e4f17121d732e78764f0ba317c9a1838ea6 (patch)
tree007c2d16880143f146bfde423582590f3d0142bd
parentf68ab43de67f59925542efb6bcec30f4a84fe695 (diff)
downloadu-boot-fsl-qoriq-8cbf4e4f17121d732e78764f0ba317c9a1838ea6.tar.xz
Fix out-of-tree building of "apollon" board.
Signed-off-by: Wolfgang Denk <wd@denx.de>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bcb3fe9..10abadf 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