summaryrefslogtreecommitdiffstats
path: root/target/Config.in
blob: 88b4b0e36b68f2f3b7b4eeccc39fe46055c55fa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
menu "Target Options"

source "target/cramfs/Config.in"
source "target/ext2/Config.in"
source "target/jffs2/Config.in"
source "target/squashfs/Config.in"
source "target/tar/Config.in"

endmenu

source "target/device/Config.in"