summaryrefslogtreecommitdiff
path: root/target/Makefile.in
diff options
context:
space:
mode:
authorJohn Voltz <john.voltz@gmail.com>2008-03-06 19:00:38 +0000
committerJohn Voltz <john.voltz@gmail.com>2008-03-06 19:00:38 +0000
commit0a48a6658fa1e7267b126392aab97cf4ccbe5302 (patch)
treec07f18a5b42c66fa874f0bcce62b46502ee0f70f /target/Makefile.in
parentd6e0bcb950724d68ec7f7c9d466c9ee1823c047b (diff)
added u-boot location
Diffstat (limited to 'target/Makefile.in')
-rw-r--r--target/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/Makefile.in b/target/Makefile.in
index b8e50577a..3e810883f 100644
--- a/target/Makefile.in
+++ b/target/Makefile.in
@@ -10,6 +10,8 @@ include target/generic/Makefile.in
include target/device/Makefile.in
include target/x86/Makefile.in
include target/powerpc/Makefile.in
+include target/device/Atmel/u-boot/u-boot.mk
+
# and finally build the filesystems/tarballs
include target/*/*.mk