diff options
author | David Anders <dave123@abcsinc.com> | 2006-01-25 14:59:21 +0000 |
---|---|---|
committer | David Anders <dave123@abcsinc.com> | 2006-01-25 14:59:21 +0000 |
commit | 3d8aa36b65b2751d9dc8ba2c42a61f6ae5d5eeaf (patch) | |
tree | 17814f432b3cfb7aa5e3ef6aa14e70152c6cb3f5 /target/device/jp/Makefile.in | |
parent | c11d4552d4ae289dda2f675777eeafa1e4e9aab5 (diff) | |
download | buildroot-novena-3d8aa36b65b2751d9dc8ba2c42a61f6ae5d5eeaf.tar.gz buildroot-novena-3d8aa36b65b2751d9dc8ba2c42a61f6ae5d5eeaf.zip |
add the amd au1500 based q5 board per case 0000374
Diffstat (limited to 'target/device/jp/Makefile.in')
-rw-r--r-- | target/device/jp/Makefile.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/device/jp/Makefile.in b/target/device/jp/Makefile.in new file mode 100644 index 000000000..acb173d1a --- /dev/null +++ b/target/device/jp/Makefile.in @@ -0,0 +1,7 @@ +# Override the default uClibc configuration +ifeq ($(strip $(BR2_TARGET_Q5)),y) + +include target/device/jp/q5/Makefile.in +include target/device/jp/q5/linux.mk + +endif |