summaryrefslogtreecommitdiffstats
path: root/target/device/AMD/Makefile.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-03-09 08:35:06 +0000
committerEric Andersen <andersen@codepoet.org>2005-03-09 08:35:06 +0000
commita65a9369f45358fefd253da7fcc2dc2869785009 (patch)
tree3ac25f6981158f49654a1840ea3872e3f6adf570 /target/device/AMD/Makefile.in
parent4c22057788314a0b3f8fcd4dfd53a7837e3f6cf0 (diff)
downloadbuildroot-novena-a65a9369f45358fefd253da7fcc2dc2869785009.tar.gz
buildroot-novena-a65a9369f45358fefd253da7fcc2dc2869785009.zip
Add board support for the AMD DBAu1500 development board
Diffstat (limited to 'target/device/AMD/Makefile.in')
-rw-r--r--target/device/AMD/Makefile.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/target/device/AMD/Makefile.in b/target/device/AMD/Makefile.in
new file mode 100644
index 000000000..32dd4707f
--- /dev/null
+++ b/target/device/AMD/Makefile.in
@@ -0,0 +1,7 @@
+# Override the default uClibc configuration
+ifeq ($(strip $(BR2_TARGET_AMD_ALCHEMY_DBAU1500)),y)
+
+include target/device/AMD/DBAu1500/Makefile.in
+include target/device/AMD/DBAu1500/linux.mk
+
+endif