added u-boot location
authorJohn Voltz <john.voltz@gmail.com>
Thu, 6 Mar 2008 19:00:38 +0000 (19:00 -0000)
committerJohn Voltz <john.voltz@gmail.com>
Thu, 6 Mar 2008 19:00:38 +0000 (19:00 -0000)
target/Config.in
target/Makefile.in

index a9a40e4d3aa848caad0516cb73521bd08eb4451a..0c3d379705b4a768ccb87b231fe6c0094adfbbbb 100644 (file)
@@ -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"
index b8e50577ade46532219d1aae898ff918d65b480b..3e810883fec5c069b0b09b958d8c8d4e75985b07 100644 (file)
@@ -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