forked from rrcarlosr/Jetpack
26 lines
279 B
Plaintext
26 lines
279 B
Plaintext
|
if TARGET_HRCON
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "mpc8308"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "gdsys"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "hrcon"
|
||
|
|
||
|
endif
|
||
|
|
||
|
if TARGET_STRIDER
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "mpc8308"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "gdsys"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "strider"
|
||
|
|
||
|
endif
|