mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-22 07:05:54 +00:00
16 lines
181 B
Plaintext
16 lines
181 B
Plaintext
|
if TARGET_SMDKC100
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "smdkc100"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "samsung"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "s5pc1xx"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "smdkc100"
|
||
|
|
||
|
endif
|