]> git.ipfire.org Git - people/ms/u-boot.git/commit
dts/Makefile: Check for empty $(LDSCRIPT)
authorHorst Kronstorfer <hkronsto@frequentis.com>
Thu, 12 Jul 2012 02:58:32 +0000 (02:58 +0000)
committerWolfgang Denk <wd@denx.de>
Fri, 10 Aug 2012 21:45:57 +0000 (23:45 +0200)
commita4ff471970e8f749dc16643ee7e354a3fcfa2ad7
tree8812d3e19e1bad54d903870fea3e660356820f22
parent8b5a02640adf77301f943e8754992c50df004e8a
dts/Makefile: Check for empty $(LDSCRIPT)

Make sure that $(LDSCRIPT) is not empty before calling process_lds
with 'cat $(LDSCRIPT)' else cat will block waiting for input from
stdin.

Signed-off-by: Horst Kronstorfer <hkronsto@frequentis.com>
dts/Makefile