mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
libc/machine/arch: fix build break if enable armv8 ELF
Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
@@ -87,7 +87,7 @@ ifeq ($(LIBM_ARCH_TRUNC),y)
|
|||||||
CSRCS += arch_trunc.c
|
CSRCS += arch_trunc.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
endif # CONFIG_ARMV8M_LIBM
|
||||||
|
|
||||||
DEPPATH += --dep-path machine/arm/armv8-m
|
DEPPATH += --dep-path machine/arm/armv8-m
|
||||||
VPATH += :machine/arm/armv8-m
|
VPATH += :machine/arm/armv8-m
|
||||||
|
|
||||||
endif # CONFIG_ARMV8M_LIBM
|
|
||||||
|
|||||||
Reference in New Issue
Block a user