blob: c9a90247a2a511bf03eada3643414a26f4ba12d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_PLUTUX
config SYS_BOARD
string
default "plutux"
config SYS_VENDOR
string
default "avionic-design"
config SYS_CONFIG_NAME
string
default "plutux"
endif
|