Skip to content
Snippets Groups Projects
Commit d288f855 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

add a missing wrapper for the refresh target for host builds

SVN-Revision: 25193
parent 718645d5
No related branches found
No related tags found
No related merge requests found
...@@ -154,6 +154,7 @@ ifndef DUMP ...@@ -154,6 +154,7 @@ ifndef DUMP
install: host-install install: host-install
clean: host-clean clean: host-clean
update: host-update update: host-update
refresh: host-refresh
$(HOST_STAMP_BUILT): $(HOST_STAMP_CONFIGURED) $(HOST_STAMP_BUILT): $(HOST_STAMP_CONFIGURED)
$(foreach hook,$(Hooks/HostCompile/Pre),$(call $(hook))$(sep)) $(foreach hook,$(Hooks/HostCompile/Pre),$(call $(hook))$(sep))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment