mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-05-02 02:49:34 +02:00
android: make armeabi buildable
This commit is contained in:
@@ -173,13 +173,15 @@ ifeq "$(use_cyclone)" "1"
|
||||
$(FR)pico/pico.c: $(FR)cpu/cyclone/Cyclone.h
|
||||
endif
|
||||
|
||||
CYCLONE_CONFIG ?= cyclone_config.h
|
||||
|
||||
$(FR)cpu/cyclone/Cyclone.h:
|
||||
@echo "Cyclone submodule is missing, please run 'git submodule update --init'"
|
||||
@false
|
||||
|
||||
$(FR)cpu/cyclone/Cyclone.s: $(FR)cpu/cyclone_config.h
|
||||
$(FR)cpu/cyclone/Cyclone.s: $(FR)cpu/$(CYCLONE_CONFIG)
|
||||
@echo building Cyclone...
|
||||
@make -C $(R)cpu/cyclone/ CONFIG_FILE=../cyclone_config.h
|
||||
@make -C $(R)cpu/cyclone/ CONFIG_FILE=../$(CYCLONE_CONFIG)
|
||||
|
||||
$(FR)cpu/cyclone/Cyclone.s: $(FR)cpu/cyclone/*.cpp $(FR)cpu/cyclone/*.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user