diff options
| author | Peter Korsgaard | 2008-12-08 09:15:58 +0100 |
|---|---|---|
| committer | Peter Korsgaard | 2008-12-08 09:15:58 +0100 |
| commit | 4b72854ddeb69855e5f91b640bb75cd73f77528b (patch) | |
| tree | a42c051cebeae8df2a2d3bbe17d695d471cea4c0 /target/device/Hitachi | |
| parent | docs/: get rid of unneeded $(strip ..) (diff) | |
| download | buildroot-4b72854ddeb69855e5f91b640bb75cd73f77528b.tar.gz buildroot-4b72854ddeb69855e5f91b640bb75cd73f77528b.tar.xz buildroot-4b72854ddeb69855e5f91b640bb75cd73f77528b.zip | |
target/: get rid of unneeded $(strip ..)
Diffstat (limited to 'target/device/Hitachi')
| -rw-r--r-- | target/device/Hitachi/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/Hitachi/Makefile.in b/target/device/Hitachi/Makefile.in index e9af5ebae..73e854d36 100644 --- a/target/device/Hitachi/Makefile.in +++ b/target/device/Hitachi/Makefile.in @@ -1,5 +1,5 @@ # Override the default uClibc configuration -ifeq ($(strip $(BR2_TARGET_HITACHI_MS7206SE01)),y) +ifeq ($(BR2_TARGET_HITACHI_MS7206SE01),y) include target/device/Hitachi/MS7206SE01/Makefile.in |
