summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e336626da..a1a2b2ec5 100644
--- a/Makefile
+++ b/Makefile
@@ -3160,6 +3160,8 @@ u8500_udc_config \
u8500_auto_config: unconfig
@mkdir -p $(obj)include
@mkdir -p $(obj)board/st/u8500
+ @echo "LDSCRIPT:=$(SRCTREE)/board/st/u8500/u-boot.lds"\
+ > $(obj)board/st/u8500/config.tmp
@ > $(obj)include/config.h
@if [ "$(findstring _def, $@)" ] ; then \
echo "#ifndef CONFIG_SKIP_LOWLEVEL_INIT " >> $(obj)include/config.h ; \