mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
12 lines
167 B
Plaintext
12 lines
167 B
Plaintext
#
|
|
|
|
menu "Target Options"
|
|
|
|
source "target/cramfs/Config.in"
|
|
source "target/ext2/Config.in"
|
|
source "target/jffs2/Config.in"
|
|
source "target/squashfs/Config.in"
|
|
|
|
endmenu
|
|
|