Commit 2194095f authored by Claes Sjofors's avatar Claes Sjofors

Build for ARM fix

parent 671af3a3
......@@ -46,11 +46,11 @@ clean_pwr_com := $(patsubst %.pwr_com, clean_%.pwr_com, $(pwr_com_sources))
.PHONY : all init copy lib exe clean realclean\
$(clean_sh)
all : init copy
all : init copy | silent
init :
copy : $(export_sh) $(export_pwr_com)
copy : $(export_sh) $(export_pwr_com) | silent
lib :
......@@ -58,6 +58,9 @@ exe :
clean :
silent :
@ :
realclean : clean $(clean_sh) $(clean_pwr_com)
$(export_sh) : $(exe_dir)/%.sh : %.sh
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment