diff options
Diffstat (limited to 'target/device/Atmel/atngw100/Makefile.in')
-rw-r--r-- | target/device/Atmel/atngw100/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/Atmel/atngw100/Makefile.in b/target/device/Atmel/atngw100/Makefile.in index 165a2513f..cd506e9e3 100644 --- a/target/device/Atmel/atngw100/Makefile.in +++ b/target/device/Atmel/atngw100/Makefile.in @@ -1,4 +1,4 @@ -ifeq ($(strip $(BR2_TARGET_AVR32_ATNGW100)),y) +ifeq ($(BR2_TARGET_AVR32_ATNGW100),y) ATNGW100_PATH=target/device/Atmel/atngw100 TARGET_SKELETON=$(ATNGW100_PATH)/target_skeleton |