diff options
author | Paul Mundt <lethal@linux-sh.org> | 2005-05-03 13:56:36 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2005-05-03 13:56:36 +0000 |
commit | c5564f7b346e8b9d7227d5e25b6324b27d02e584 (patch) | |
tree | 9de948fe3b94e7316671ff3740910d012b525ad7 /target/device/Hitachi/Makefile.in | |
parent | 5b72a75f945397ee3e3af9e2d1d24a2adac47567 (diff) | |
download | buildroot-novena-c5564f7b346e8b9d7227d5e25b6324b27d02e584.tar.gz buildroot-novena-c5564f7b346e8b9d7227d5e25b6324b27d02e584.zip |
Initial support for MS7206SE01 sh2a board.
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 |