11 lines
200 B
Plaintext
11 lines
200 B
Plaintext
## uboot config files
|
|
source "build/kconf/Kconfig.uboot"
|
|
## kernel config files
|
|
source "build/kconf/Kconfig.kernel"
|
|
## select rootfs
|
|
source "build/kconf/Kconfig.rootfs"
|
|
##
|
|
## add more here
|
|
#
|
|
#TODO
|