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/q5/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/q5/Makefile.in')
-rw-r--r-- | target/device/jp/q5/Makefile.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/device/jp/q5/Makefile.in b/target/device/jp/q5/Makefile.in new file mode 100644 index 000000000..9c980801f --- /dev/null +++ b/target/device/jp/q5/Makefile.in @@ -0,0 +1,10 @@ +JP_Q5_PATH=target/device/jp/q5 + +BR2_PACKAGE_BUSYBOX_CONFIG=$(JP_Q5_PATH)/busybox.config +UCLIBC_CONFIG_FILE=$(JP_Q5_PATH)/uClibc.config.$(ARCH) + +TARGET_SKELETON=$(JP_Q5_PATH)/skel.tar.gz +TARGET_SKEL_DIR=$(JP_Q5_PATH)/target_skeleton +TARGET_DEVICE_TABLE=$(JP_Q5_PATH)/device_table.txt + +TARGETS+=linux |