Jelajahi Sumber

add a missing wrapper for the refresh target for host builds

SVN-Revision: 25193
Felix Fietkau 15 tahun lalu
induk
melakukan
d288f855e3
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      include/host-build.mk

+ 1 - 0
include/host-build.mk

@@ -154,6 +154,7 @@ ifndef DUMP
     install: host-install
     clean: host-clean
     update: host-update
+    refresh: host-refresh
 
     $(HOST_STAMP_BUILT): $(HOST_STAMP_CONFIGURED)
 		$(foreach hook,$(Hooks/HostCompile/Pre),$(call $(hook))$(sep))