mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 04:26:19 -04:00
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 <wd@denx.de> Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
This commit is contained in:
parent
3c853f31d6
commit
69c5bf2990
1
Makefile
1
Makefile
@ -3070,6 +3070,7 @@ imx31_litekit_config : unconfig
|
|||||||
|
|
||||||
imx31_phycore_eet_config \
|
imx31_phycore_eet_config \
|
||||||
imx31_phycore_config : unconfig
|
imx31_phycore_config : unconfig
|
||||||
|
@mkdir -p $(obj)include
|
||||||
@if [ -n "$(findstring _eet_,$@)" ]; then \
|
@if [ -n "$(findstring _eet_,$@)" ]; then \
|
||||||
echo "#define CONFIG_IMX31_PHYCORE_EET" >> $(obj)include/config.h; \
|
echo "#define CONFIG_IMX31_PHYCORE_EET" >> $(obj)include/config.h; \
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user