diff options
| author | Matt Weber <matthew.weber@rockwellcollins.com> | 2019-02-04 07:10:22 -0600 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2019-02-04 16:25:31 +0100 |
| commit | 83e46260c47f5f30401224442a8906c4eb175c04 (patch) | |
| tree | 7f69954db1b68349d465c9e661733d5dccd31df6 | |
| parent | 3f1b965bc36c64f83c962e373f7b5fe1245e3355 (diff) | |
| download | buildroot-83e46260c47f5f30401224442a8906c4eb175c04.tar.gz buildroot-83e46260c47f5f30401224442a8906c4eb175c04.zip | |
package/sg3_utils: add support for building host variant
Initially used by the host build of the utp_com package.
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
| -rw-r--r-- | package/sg3_utils/sg3_utils.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/sg3_utils/sg3_utils.mk b/package/sg3_utils/sg3_utils.mk index 0c17b30cde..b3a79d68ee 100644 --- a/package/sg3_utils/sg3_utils.mk +++ b/package/sg3_utils/sg3_utils.mk @@ -51,3 +51,4 @@ SG3_UTILS_POST_INSTALL_TARGET_HOOKS += SG3_UTILS_REMOVE_PROGS endif $(eval $(autotools-package)) +$(eval $(host-autotools-package)) |

