[U-Boot] [PATCH] ARM: fix out-of-tree build of imx31_phycore_eet, add to MAINTAINERS
Guennadi Liakhovetski
lg at denx.de
Sat Apr 4 21:43:40 CEST 2009
Fix out-of-tree build of the imx31_phycore_eet target, add it to the list
of boards, maintained by me, in MAINTAINERS.
Reported-by: Wolfgang Denk <wd at denx.de>
Signed-off-by: Guennadi Liakhovetski <lg at denx.de>
---
diff --git a/MAINTAINERS b/MAINTAINERS
index 284f5c6..4b1b187 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -568,8 +568,9 @@ Prakash Kumar <prakash at embedx.com>
Guennadi Liakhovetski <g.liakhovetski at gmx.de>
- mx31ads i.MX31
- SMDK6400 S3C6400
+ mx31ads i.MX31
+ imx31_phycore_eet i.MX31
+ SMDK6400 S3C6400
Nishanth Menon <nm at ti.com>
diff --git a/Makefile b/Makefile
index f9edd9d..86e6d62 100644
--- a/Makefile
+++ b/Makefile
@@ -3066,6 +3066,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
More information about the U-Boot
mailing list