blob: 5147fd76b86985694b1536576d6518c532d176b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_TRICORDER
config SYS_BOARD
string
default "tricorder"
config SYS_VENDOR
string
default "corscience"
config SYS_CONFIG_NAME
string
default "tricorder"
endif
|