libc/machine/arch: fix build break if enable armv8 ELF

Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
chao.an 2021-01-11 17:09:56 +08:00 committed by Brennan Ashton
parent 37b5b7137f
commit bd3a843ffe

View File

@ -87,7 +87,7 @@ ifeq ($(LIBM_ARCH_TRUNC),y)
CSRCS += arch_trunc.c
endif
endif # CONFIG_ARMV8M_LIBM
DEPPATH += --dep-path machine/arm/armv8-m
VPATH += :machine/arm/armv8-m
endif # CONFIG_ARMV8M_LIBM