blob: faa90d253390089e7332893097f085a9563c0d1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_NOKIA_RX51
config SYS_BOARD
string
default "rx51"
config SYS_VENDOR
string
default "nokia"
config SYS_CONFIG_NAME
string
default "nokia_rx51"
endif
|