mirror of
https://github.com/apache/nuttx.git
synced 2026-08-04 05:39:01 +00:00
arch\mips: Fix Make style
- Remove spaces from make file Signed-off-by: simbit18 <simbit18@gmail.com>
This commit is contained in:
parent
f6ac99d586
commit
fbd63b5d2b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue