diff options
Diffstat (limited to 'target/device/Hitachi/Makefile.in')
-rw-r--r-- | target/device/Hitachi/Makefile.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/device/Hitachi/Makefile.in b/target/device/Hitachi/Makefile.in new file mode 100644 index 000000000..e9af5ebae --- /dev/null +++ b/target/device/Hitachi/Makefile.in @@ -0,0 +1,6 @@ +# Override the default uClibc configuration +ifeq ($(strip $(BR2_TARGET_HITACHI_MS7206SE01)),y) + +include target/device/Hitachi/MS7206SE01/Makefile.in + +endif |