summaryrefslogtreecommitdiffstats
path: root/target/device/AMD
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-12-08 08:15:58 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-12-08 08:15:58 +0000
commit4b72854ddeb69855e5f91b640bb75cd73f77528b (patch)
treea42c051cebeae8df2a2d3bbe17d695d471cea4c0 /target/device/AMD
parent0db545ab184144da033174eca721bb866521489d (diff)
downloadbuildroot-novena-4b72854ddeb69855e5f91b640bb75cd73f77528b.tar.gz
buildroot-novena-4b72854ddeb69855e5f91b640bb75cd73f77528b.zip
target/: get rid of unneeded $(strip ..)
Diffstat (limited to 'target/device/AMD')
-rw-r--r--target/device/AMD/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/AMD/Makefile.in b/target/device/AMD/Makefile.in
index 32dd4707f..ab724b554 100644
--- a/target/device/AMD/Makefile.in
+++ b/target/device/AMD/Makefile.in
@@ -1,5 +1,5 @@
# Override the default uClibc configuration
-ifeq ($(strip $(BR2_TARGET_AMD_ALCHEMY_DBAU1500)),y)
+ifeq ($(BR2_TARGET_AMD_ALCHEMY_DBAU1500),y)
include target/device/AMD/DBAu1500/Makefile.in
include target/device/AMD/DBAu1500/linux.mk