From 4b72854ddeb69855e5f91b640bb75cd73f77528b Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 8 Dec 2008 08:15:58 +0000 Subject: target/: get rid of unneeded $(strip ..) --- target/device/Atmel/u-boot/u-boot.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/device/Atmel/u-boot') diff --git a/target/device/Atmel/u-boot/u-boot.mk b/target/device/Atmel/u-boot/u-boot.mk index 0096337a2..cf7b974f1 100644 --- a/target/device/Atmel/u-boot/u-boot.mk +++ b/target/device/Atmel/u-boot/u-boot.mk @@ -247,7 +247,7 @@ ubootroot-dirclean: # Toplevel Makefile options # ############################################################# -ifeq ($(strip $(BR2_TARGET_UBOOT_AT91)),y) +ifeq ($(BR2_TARGET_UBOOT_AT91),y) TARGETS+=uboot endif -- cgit v1.2.3