From e1502ebc0c92763896c53d405ee9c7c7a1a33e24 Mon Sep 17 00:00:00 2001 From: "Arnout Vandecappelle (Essensium/Mind)" Date: Tue, 3 Jul 2012 00:07:32 +0200 Subject: all packages: rename XXXTARGETS to xxx-package Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Thomas Petazzoni --- boot/uboot/uboot.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/uboot') diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk index 486773aa7..9e03d6a61 100644 --- a/boot/uboot/uboot.mk +++ b/boot/uboot/uboot.mk @@ -119,7 +119,7 @@ UBOOT_POST_BUILD_HOOKS += UBOOT_BUILD_OMAP_IFT UBOOT_POST_INSTALL_IMAGES_HOOKS += UBOOT_INSTALL_OMAP_IFT_IMAGE endif -$(eval $(call GENTARGETS)) +$(eval $(generic-package)) ifeq ($(BR2_TARGET_UBOOT),y) # we NEED a board name unless we're at make source -- cgit v1.2.3