diff options
Diffstat (limited to 'target/device/Hitachi/Makefile.in')
-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 |