From: John Voltz Date: Thu, 6 Mar 2008 19:00:38 +0000 (-0000) Subject: added u-boot location X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0a48a6658fa1e7267b126392aab97cf4ccbe5302;p=buildroot.git added u-boot location --- diff --git a/target/Config.in b/target/Config.in index a9a40e4d3a..0c3d379705 100644 --- a/target/Config.in +++ b/target/Config.in @@ -18,6 +18,7 @@ source "target/x86/grub/Config.in" #source "target/x86/grub2/Config.in" source "target/x86/syslinux/Config.in" source "target/powerpc/yaboot/Config.in" +source "target/device/Atmel/u-boot/Config.in" endmenu menu "Kernel" diff --git a/target/Makefile.in b/target/Makefile.in index b8e50577ad..3e810883fe 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