summaryrefslogtreecommitdiff
path: root/target/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'target/Makefile.in')
-rw-r--r--target/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/target/Makefile.in b/target/Makefile.in
index 3e810883f..8283aa484 100644
--- a/target/Makefile.in
+++ b/target/Makefile.in
@@ -10,7 +10,10 @@ 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
+
+ifeq ($(strip $(BR2_TARGET_UBOOT)),y)
+include target/u-boot/Makefile.in
+endif
# and finally build the filesystems/tarballs
include target/*/*.mk