X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgp2x%2FMakefile;h=abb6be4c86814433f501410d56bcae69cb5c14f1;hb=d5d119243c9e1086e1e6cb34ea05bfd6ab18c200;hp=07f99924c5bc6a6764ce5d66a8c6ebb024c88aa6;hpb=2433f409129279095926eb00cf8ab429738f80dd;p=picodrive.git diff --git a/platform/gp2x/Makefile b/platform/gp2x/Makefile index 07f9992..abb6be4 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 @@ -115,7 +116,7 @@ ifeq "$(up)" "1" endif up: PicoDrive.gpe - @cp -v PicoDrive.gpe /mnt/gp2x/mnt/sd/games/PicoDrive/ + @cp -v PicoDrive.gpe /mnt/gp2x/mnt/sd/emus/PicoDrive/ # @cmd //C copy PicoDrive.gpe \\\\10.0.1.2\\gp2x\\mnt\\sd\\games\\PicoDrive\\ @@ -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 : @@ -186,7 +190,7 @@ $(error need VER) endif endif -rel: PicoDrive.gpe code940/code940.bin ../readme.txt config.txt +rel: PicoDrive.gpe code940/code940.bin ../readme.txt config.txt PicoDrive.man.txt PicoDrive.png zip -9 -j ../../PicoDrive_$(VER).zip $^ mmuhack.o code940/code940.bin: @@ -194,15 +198,15 @@ code940/code940.bin: # test -usbjoy.o : usbjoy.c - @echo $< - @$(GCC) $(COPT) $(DEFINC) -fno-profile-generate -c $< -o $@ - -../../Pico/Cart.o : ../../Pico/Cart.c - @echo $< - @$(GCC) $(COPT) $(DEFINC) -fno-profile-generate -c $< -o $@ - -../../zlib/trees.o : ../../zlib/trees.c - @echo $< - @$(GCC) $(COPT) $(DEFINC) -fno-profile-generate -c $< -o $@ +#usbjoy.o : usbjoy.c +# @echo $< +# @$(GCC) $(COPT) $(DEFINC) -fno-profile-generate -c $< -o $@ +# +#../../Pico/Cart.o : ../../Pico/Cart.c +# @echo $< +# @$(GCC) $(COPT) $(DEFINC) -fno-profile-generate -c $< -o $@ +# +#../../zlib/trees.o : ../../zlib/trees.c +# @echo $< +# @$(GCC) $(COPT) $(DEFINC) -fno-profile-generate -c $< -o $@