diff options
author | David Anders <dave123@abcsinc.com> | 2006-01-19 13:51:23 +0000 |
---|---|---|
committer | David Anders <dave123@abcsinc.com> | 2006-01-19 13:51:23 +0000 |
commit | 5d46a9bb79cb1430bbb96311ed94dae0a22f30ac (patch) | |
tree | 64da6e1a5d78407e3c80de9fa66bd5b3bac75cf6 /target/device/Sharp/Makefile.in | |
parent | 64c3f9b0e87be53a0d5dea71f2565234814b1b0f (diff) | |
download | buildroot-novena-5d46a9bb79cb1430bbb96311ed94dae0a22f30ac.tar.gz buildroot-novena-5d46a9bb79cb1430bbb96311ed94dae0a22f30ac.zip |
add Sharp LH79520 based LNode80 target
Diffstat (limited to 'target/device/Sharp/Makefile.in')
-rw-r--r-- | target/device/Sharp/Makefile.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/device/Sharp/Makefile.in b/target/device/Sharp/Makefile.in new file mode 100644 index 000000000..cffae25a6 --- /dev/null +++ b/target/device/Sharp/Makefile.in @@ -0,0 +1,7 @@ +# Override the default uClibc configuration +ifeq ($(strip $(BR2_TARGET_SHARP_LNODE80)),y) + +include target/device/Sharp/LNode80/Makefile.in +include target/device/Sharp/LNode80/linux.mk + +endif |