Fixed Makefile #506
This commit is contained in:
parent
618b7ddeb9
commit
6f73af1cf0
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -468,7 +468,9 @@ 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)
|
||||
endif
|
||||
|
||||
ifeq($(PLATFORM),rpi1)
|
||||
OBJS += src/osdep/arm_helper.o
|
||||
src/osdep/arm_helper.o: src/osdep/arm_helper.s
|
||||
$(CXX) $(CFLAGS) -Wall -o src/osdep/arm_helper.o -c src/osdep/arm_helper.s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue