mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-19 12:57:16 +00:00

It is too sad when an editor picks up the wrong syntax... Like was done in e837837791 for all the other archs, force syntax to kconfig for nds32 too. Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Cc: Nylon Chen <nylon7@andestech.com> Reviewed-by:Nylon Chen <nylon7@andestech.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
264 B
Plaintext
15 lines
264 B
Plaintext
config BR2_ARCH
|
|
default "nds32le"
|
|
|
|
config BR2_GCC_TARGET_ARCH
|
|
default "v3"
|
|
|
|
config BR2_ENDIAN
|
|
default "LITTLE"
|
|
|
|
config BR2_READELF_ARCH_NAME
|
|
default "Andes Technology compact code size embedded RISC processor family"
|
|
|
|
# vim: ft=kconfig
|
|
# -*- mode:kconfig; -*-
|