From 3d8aa36b65b2751d9dc8ba2c42a61f6ae5d5eeaf Mon Sep 17 00:00:00 2001 From: David Anders Date: Wed, 25 Jan 2006 14:59:21 +0000 Subject: add the amd au1500 based q5 board per case 0000374 --- target/device/jp/q5/Makefile.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 target/device/jp/q5/Makefile.in (limited to 'target/device/jp/q5/Makefile.in') 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 -- cgit v1.2.3