X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgp2x%2FMakefile;h=57bd81010aedafeb34633ef97223ffa84f5eabef;hb=e55f0cbba1c4eef80e488e2bd8c090acb1acf057;hp=b0321337d03fe28aceb392fcefc48106c9eb5ef7;hpb=3a3947cd905ca45447ea4ea0aca45cdf0f79a47a;p=picodrive.git diff --git a/platform/gp2x/Makefile b/platform/gp2x/Makefile index b032133..57bd810 100644 --- a/platform/gp2x/Makefile +++ b/platform/gp2x/Makefile @@ -147,7 +147,7 @@ DIRS = platform platform/gp2x platform/common Pico Pico/cd Pico/Pico Pico/sound all: mkdirs PicoDrive.gpe -PicoDrive.gpe : $(OBJS) ../common/helix/helix_mp3.a +PicoDrive.gpe : $(OBJS) ../common/helix/$(CROSS)helix-mp3.a @echo ">>>" $@ $(GCC) -o $@ $(COPT) $^ -lm -lpng -Wl,-Map=PicoDrive.map ifeq ($(DEBUG),) @@ -228,8 +228,8 @@ Pico/Pico.o Pico/cd/Pico.o: ../../Pico/PicoFrameHints.c ../../Pico/PicoInt.h Pico/Memory.o Pico/cd/Memory.o : ../../Pico/MemoryCmn.c ../../Pico/PicoInt.h # build helix libs -../common/helix/helix_mp3.a: - make -C ../common/helix +../common/helix/$(CROSS)helix-mp3.a: + make -C ../common/helix clean all readme.txt: ../../tools/textfilter ../base_readme.txt ../../tools/textfilter ../base_readme.txt $@ GP2X