add a default template for Host/Install
SVN-Revision: 15110
This commit is contained in:
parent
69c1c6ed28
commit
35073025b4
1 changed files with 9 additions and 0 deletions
|
@ -78,6 +78,15 @@ define Host/Compile
|
|||
$(call Host/Compile/Default)
|
||||
endef
|
||||
|
||||
define Host/Install/Default
|
||||
$(MAKE) -C $(HOST_BUILD_DIR) install
|
||||
endef
|
||||
|
||||
define Host/Install
|
||||
$(call Host/Install/Default)
|
||||
endef
|
||||
|
||||
|
||||
ifneq ($(if $(HOST_QUILT),,$(CONFIG_AUTOREBUILD)),)
|
||||
define HostHost/Autoclean
|
||||
$(call rdep,${CURDIR} $(PKG_FILE_DEPEND),$(HOST_STAMP_PREPARED))
|
||||
|
|
Loading…
Reference in a new issue