Fixed AARCH64 helper reference in Makefile and #if ... #endif clause
This commit is contained in:
parent
77cff6067d
commit
618b7ddeb9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -466,6 +466,7 @@ endif
|
|||
|
||||
ifdef AARCH64
|
||||
OBJS += src/osdep/aarch64_helper.o
|
||||
src/osdep/aarch64_helper.o: src/osdep/aarch64_helper.s
|
||||
$(CXX) $(CFLAGS) -Wall -o src/osdep/aarch64_helper.o -c src/osdep/aarch64_helper.s
|
||||
else ifeq($(PLATFORM),rpi1)
|
||||
OBJS += src/osdep/arm_helper.o
|
||||
|
@ -476,7 +477,6 @@ OBJS += src/osdep/neon_helper.o
|
|||
src/osdep/neon_helper.o: src/osdep/neon_helper.s
|
||||
$(CXX) $(CFLAGS) -Wall -o src/osdep/neon_helper.o -c src/osdep/neon_helper.s
|
||||
endif
|
||||
endif
|
||||
|
||||
OBJS += src/newcpu.o \
|
||||
src/newcpu_common.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue