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/atngw100-base/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/device/Atmel/atngw100-base') diff --git a/target/device/Atmel/atngw100-base/Makefile.in b/target/device/Atmel/atngw100-base/Makefile.in index 5af1ebf9a..c80a0bc2c 100644 --- a/target/device/Atmel/atngw100-base/Makefile.in +++ b/target/device/Atmel/atngw100-base/Makefile.in @@ -1,4 +1,4 @@ -ifeq ($(strip $(BR2_TARGET_AVR32_ATNGW100_BASE)),y) +ifeq ($(BR2_TARGET_AVR32_ATNGW100_BASE),y) ATNGW100_BASE_PATH=target/device/Atmel/atngw100-base TARGET_SKELETON=$(ATNGW100_BASE_PATH)/target_skeleton -- cgit v1.2.3