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)) ...@@ -46,11 +46,11 @@ clean_pwr_com := $(patsubst %.pwr_com, clean_%.pwr_com, $(pwr_com_sources))
.PHONY : all init copy lib exe clean realclean\ .PHONY : all init copy lib exe clean realclean\
$(clean_sh) $(clean_sh)
all : init copy all : init copy | silent
init : init :
copy : $(export_sh) $(export_pwr_com) copy : $(export_sh) $(export_pwr_com) | silent
lib : lib :
...@@ -58,6 +58,9 @@ exe : ...@@ -58,6 +58,9 @@ exe :
clean : clean :
silent :
@ :
realclean : clean $(clean_sh) $(clean_pwr_com) realclean : clean $(clean_sh) $(clean_pwr_com)
$(export_sh) : $(exe_dir)/%.sh : %.sh $(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