mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 08:27:43 +00:00
added u-boot location
This commit is contained in:
parent
d6e0bcb950
commit
0a48a6658f
@ -18,6 +18,7 @@ source "target/x86/grub/Config.in"
|
|||||||
#source "target/x86/grub2/Config.in"
|
#source "target/x86/grub2/Config.in"
|
||||||
source "target/x86/syslinux/Config.in"
|
source "target/x86/syslinux/Config.in"
|
||||||
source "target/powerpc/yaboot/Config.in"
|
source "target/powerpc/yaboot/Config.in"
|
||||||
|
source "target/device/Atmel/u-boot/Config.in"
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
menu "Kernel"
|
menu "Kernel"
|
||||||
|
@ -10,6 +10,8 @@ include target/generic/Makefile.in
|
|||||||
include target/device/Makefile.in
|
include target/device/Makefile.in
|
||||||
include target/x86/Makefile.in
|
include target/x86/Makefile.in
|
||||||
include target/powerpc/Makefile.in
|
include target/powerpc/Makefile.in
|
||||||
|
include target/device/Atmel/u-boot/u-boot.mk
|
||||||
|
|
||||||
# and finally build the filesystems/tarballs
|
# and finally build the filesystems/tarballs
|
||||||
include target/*/*.mk
|
include target/*/*.mk
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user