X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgp2x%2FMakefile;h=c98d6a9eee2fe5c6c2715dfd7d9f49c49354a20e;hb=6cadc2da0070781cf2d8fcff84265d3ca1f423b9;hp=07f99924c5bc6a6764ce5d66a8c6ebb024c88aa6;hpb=2433f409129279095926eb00cf8ab429738f80dd;p=picodrive.git diff --git a/platform/gp2x/Makefile b/platform/gp2x/Makefile index 07f9992..c98d6a9 100644 --- a/platform/gp2x/Makefile +++ b/platform/gp2x/Makefile @@ -62,6 +62,7 @@ endif ifeq "$(asm_misc)" "1" DEFINC += -D_ASM_MISC_C OBJS += ../../Pico/misc_asm.o +OBJS += ../../Pico/cd/misc_asm.o endif ifeq "$(asm_cdpico)" "1" DEFINC += -D_ASM_CD_PICO_C @@ -156,6 +157,9 @@ testrefr.gpe : test.o gp2x.o asmutils.o ../../Pico/cd/memory_asm.o : ../../Pico/cd/Memory.s @echo $< @$(AS) $(ASOPT) $< -o $@ +../../Pico/cd/misc_asm.o : ../../Pico/cd/misc.s + @echo $< + @$(AS) $(ASOPT) $< -o $@ # build Cyclone ../../cpu/Cyclone/proj/Cyclone.s :