From 4a587b12eb387e0cb44e5a1c27dc765fc98a60c3 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 31 May 2010 19:32:35 +0200 Subject: u-boot: remove unused U_BOOT_TARGET_TOOLS variable Signed-off-by: Thomas Petazzoni --- boot/u-boot/u-boot.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'boot') diff --git a/boot/u-boot/u-boot.mk b/boot/u-boot/u-boot.mk index a562da25d..220eeb2b6 100644 --- a/boot/u-boot/u-boot.mk +++ b/boot/u-boot/u-boot.mk @@ -30,7 +30,6 @@ U_BOOT_ARCH=$(KERNEL_ARCH:powerpc=ppc) U_BOOT_INC_CONF_FILE:=$(U_BOOT_DIR)/include/config.h -U_BOOT_TARGET_TOOLS:= ifeq ($(BR2_TARGET_UBOOT_TOOL_MKIMAGE),y) U_BOOT_TARGETS+=$(TARGET_DIR)/usr/bin/mkimage endif @@ -155,7 +154,7 @@ u-boot: $(U_BOOT_TARGETS) u-boot-clean: -$(MAKE) -C $(U_BOOT_DIR) clean - rm -f $(MKIMAGE) $(U_BOOT_TARGET_TOOLS) + rm -f $(MKIMAGE) u-boot-dirclean: rm -rf $(U_BOOT_DIR) -- cgit v1.2.3