diff options
Diffstat (limited to 'package/omap-u-boot-utils')
-rw-r--r-- | package/omap-u-boot-utils/omap-u-boot-utils.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/omap-u-boot-utils/omap-u-boot-utils.mk b/package/omap-u-boot-utils/omap-u-boot-utils.mk index e2da9a1bf..8405f629a 100644 --- a/package/omap-u-boot-utils/omap-u-boot-utils.mk +++ b/package/omap-u-boot-utils/omap-u-boot-utils.mk @@ -18,4 +18,4 @@ define HOST_OMAP_U_BOOT_UTILS_INSTALL_CMDS done endef -$(eval $(call GENTARGETS,host)) +$(eval $(host-generic-package)) |