mk/host-bottom: Introduce HOST_INSTALL_STYLE
commitf85cada8b7e793086fe140716c4d47622cdbc2b7
authorPhil Sutter <phil@nwl.cc>
Wed, 8 Mar 2017 04:33:27 +0000 (8 05:33 +0100)
committerWaldemar Brodkorb <wbx@openadk.org>
Fri, 17 Mar 2017 03:00:53 +0000 (17 04:00 +0100)
tree827553fcdcc6d2f1a8258b98a819c00920118e21
parent53065329595d0de0279de9aeda373fa3a9f973db
mk/host-bottom: Introduce HOST_INSTALL_STYLE

This is helpful when a package could use HOST_STYLE=auto but doesn't
provide an install target. In that case, one can now set

| HOST_STYLE=auto
| HOST_INSTALL_STYLE=manual

and define a custom host-install target while still making use of the
auto targets for anything else.

Signed-off-by: Phil Sutter <phil@nwl.cc>
mk/host-bottom.mk