mirror of
https://github.com/apache/nuttx.git
synced 2026-05-10 15:30:25 +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)
|
||||
MIPS_MARCH = mips32r2
|
||||
MIPS_MPROCESSOR = elf32pic32mz
|
||||
else ifeq ($(CONFIG_ARCH_MIPS_MICROAPTIV), y)
|
||||
else ifeq ($(CONFIG_ARCH_MIPS_MICROAPTIV),y)
|
||||
MIPS_MARCH = mips32r2
|
||||
MIPS_MPROCESSOR = elf32pic32mz
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user