mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
arch\mips: Fix Make style
- Remove spaces from make file Signed-off-by: simbit18 <simbit18@gmail.com>
This commit is contained in:
@@ -122,7 +122,7 @@ endif
|
|||||||
ifeq ($(CONFIG_ARCH_MIPS_M5150),y)
|
ifeq ($(CONFIG_ARCH_MIPS_M5150),y)
|
||||||
MIPS_MARCH = mips32r2
|
MIPS_MARCH = mips32r2
|
||||||
MIPS_MPROCESSOR = elf32pic32mz
|
MIPS_MPROCESSOR = elf32pic32mz
|
||||||
else ifeq ($(CONFIG_ARCH_MIPS_MICROAPTIV), y)
|
else ifeq ($(CONFIG_ARCH_MIPS_MICROAPTIV),y)
|
||||||
MIPS_MARCH = mips32r2
|
MIPS_MARCH = mips32r2
|
||||||
MIPS_MPROCESSOR = elf32pic32mz
|
MIPS_MPROCESSOR = elf32pic32mz
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user