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 --- linux/linux.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux') diff --git a/linux/linux.mk b/linux/linux.mk index bd3e23e5e..ca216a3e3 100644 --- a/linux/linux.mk +++ b/linux/linux.mk @@ -213,7 +213,7 @@ endef include linux/linux-ext-*.mk -$(eval $(call GENTARGETS)) +$(eval $(generic-package)) ifeq ($(BR2_LINUX_KERNEL),y) linux-menuconfig linux-xconfig linux-gconfig linux-nconfig linux26-menuconfig linux26-xconfig linux26-gconfig linux26-nconfig: dirs linux-configure -- cgit v1.2.3