diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-12-08 08:15:58 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-12-08 08:15:58 +0000 |
commit | 4b72854ddeb69855e5f91b640bb75cd73f77528b (patch) | |
tree | a42c051cebeae8df2a2d3bbe17d695d471cea4c0 /target/device/Atmel/atngw100 | |
parent | 0db545ab184144da033174eca721bb866521489d (diff) | |
download | buildroot-novena-4b72854ddeb69855e5f91b640bb75cd73f77528b.tar.gz buildroot-novena-4b72854ddeb69855e5f91b640bb75cd73f77528b.zip |
target/: get rid of unneeded $(strip ..)
Diffstat (limited to 'target/device/Atmel/atngw100')
-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 |