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/Via | |
parent | 0db545ab184144da033174eca721bb866521489d (diff) | |
download | buildroot-novena-4b72854ddeb69855e5f91b640bb75cd73f77528b.tar.gz buildroot-novena-4b72854ddeb69855e5f91b640bb75cd73f77528b.zip |
target/: get rid of unneeded $(strip ..)
Diffstat (limited to 'target/device/Via')
-rw-r--r-- | target/device/Via/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/device/Via/Makefile.in b/target/device/Via/Makefile.in index c25b7e6de..3b37a3d71 100644 --- a/target/device/Via/Makefile.in +++ b/target/device/Via/Makefile.in @@ -1,7 +1,7 @@ # Override the default uClibc configuration -ifeq ($(strip $(BR2_TARGET_VIA_EPIA_MII)),y) +ifeq ($(BR2_TARGET_VIA_EPIA_MII),y) -ifeq ($(strip $(BR2_PACKAGE_LINUX)),y) +ifeq ($(BR2_PACKAGE_LINUX),y) TARGETS+=linux include target/device/Via/epia-mii/linux.mk endif |