diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-29 17:22:10 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-29 17:22:10 +0000 |
commit | 7785182e46851d3144441c24ed65b858e318b193 (patch) | |
tree | d98c22c2d38442d1049eba181838eb6c7d5b66fe /target/device/Hitachi/Makefile.in | |
parent | 2f1eb9e4b8e83273afd19d23bc417991c3e078a1 (diff) | |
download | buildroot-novena-7785182e46851d3144441c24ed65b858e318b193.tar.gz buildroot-novena-7785182e46851d3144441c24ed65b858e318b193.zip |
Remove Hitachi BSP, does not do ANYTHING except providing a differernt uClibc configuration for an obsolete version
Diffstat (limited to 'target/device/Hitachi/Makefile.in')
-rw-r--r-- | target/device/Hitachi/Makefile.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target/device/Hitachi/Makefile.in b/target/device/Hitachi/Makefile.in deleted file mode 100644 index 73e854d36..000000000 --- a/target/device/Hitachi/Makefile.in +++ /dev/null @@ -1,6 +0,0 @@ -# Override the default uClibc configuration -ifeq ($(BR2_TARGET_HITACHI_MS7206SE01),y) - -include target/device/Hitachi/MS7206SE01/Makefile.in - -endif |