commit | a4ff471970e8f749dc16643ee7e354a3fcfa2ad7 | [log] [tgz] |
---|---|---|
author | Horst Kronstorfer <hkronsto@frequentis.com> | Thu Jul 12 02:58:32 2012 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Fri Aug 10 23:45:57 2012 +0200 |
tree | 8812d3e19e1bad54d903870fea3e660356820f22 | |
parent | 8b5a02640adf77301f943e8754992c50df004e8a [diff] |
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>