Browse Source

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>
Matt Weber 6 years ago
parent
commit
83e46260c4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/sg3_utils/sg3_utils.mk

+ 1 - 0
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))