mk/host-bottom: Introduce HOST_CONFIG_STYLE
commit53065329595d0de0279de9aeda373fa3a9f973db
authorPhil Sutter <phil@nwl.cc>
Wed, 8 Mar 2017 04:33:26 +0000 (8 05:33 +0100)
committerWaldemar Brodkorb <wbx@openadk.org>
Fri, 17 Mar 2017 03:00:53 +0000 (17 04:00 +0100)
treefc3dc2c5aec6dc50ca0e7dd22991bf03eac7b317
parent6157a0a8b6189b84f81e6ac35ec638761f43b159
mk/host-bottom: Introduce HOST_CONFIG_STYLE

This is helpful when a package could use HOST_STYLE=auto but doesn't
ship a conforming configure script. In that case, one can now set

| HOST_STYLE=auto
| HOST_CONFIG_STYLE=manual

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

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