mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
Add an sh2eb target.
This commit is contained in:
parent
1515bfd3bb
commit
d66db536c3
@ -58,6 +58,9 @@ choice
|
|||||||
config BR2_sh2a_nofpueb
|
config BR2_sh2a_nofpueb
|
||||||
bool "sh2a_nofpueb"
|
bool "sh2a_nofpueb"
|
||||||
|
|
||||||
|
config BR2_sh2eb
|
||||||
|
bool "sh2eb"
|
||||||
|
|
||||||
config BR2_sh3
|
config BR2_sh3
|
||||||
bool "sh3"
|
bool "sh3"
|
||||||
|
|
||||||
@ -83,6 +86,7 @@ config BR2_ARCH
|
|||||||
default "mipsel" if BR2_mipsel
|
default "mipsel" if BR2_mipsel
|
||||||
default "powerpc" if BR2_powerpc
|
default "powerpc" if BR2_powerpc
|
||||||
default "sh2a_nofpueb" if BR2_sh2a_nofpueb
|
default "sh2a_nofpueb" if BR2_sh2a_nofpueb
|
||||||
|
default "sh2eb" if BR2_sh2eb
|
||||||
default "sh3" if BR2_sh3
|
default "sh3" if BR2_sh3
|
||||||
default "sh3eb" if BR2_sh3eb
|
default "sh3eb" if BR2_sh3eb
|
||||||
default "sh4" if BR2_sh4
|
default "sh4" if BR2_sh4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user