From 7f4141ae20e2db75b0a8ffcfe231dabeb25ce7b2 Mon Sep 17 00:00:00 2001 From: John Voltz Date: Tue, 11 Mar 2008 18:26:07 +0000 Subject: separate u-boot for at91 arm and everything else --- target/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'target/Makefile.in') 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 -- cgit v1.2.3-55-g7522