From 94d2199eb18a8d21e24fb2aab66c10ef6869704b Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 21 Sep 2009 08:57:44 +0000 Subject: [PATCH] kill helix build, it's no longer called anyway git-svn-id: file:///home/notaz/opt/svn/PicoDrive@788 be3aeb3a-fb24-0410-a615-afba39da0efa --- platform/linux/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/platform/linux/Makefile b/platform/linux/Makefile index 0358521..1fecdd7 100644 --- a/platform/linux/Makefile +++ b/platform/linux/Makefile @@ -94,9 +94,8 @@ tidy: $(RM) $(OBJS) rm -rf $(DIRS) @make -C ../../cpu/mz80/ clean - @make -C ../common/helix/ X86=1 clean -PicoDrive : $(OBJS) ../common/helix/helix_mp3_x86.a +PicoDrive : $(OBJS) @echo ">>>" $@ $(CC) $(CFLAGS) $^ $(LDFLAGS) -lm -lpng -Wl,-Map=PicoDrive.map -o $@ @@ -119,9 +118,6 @@ cpu/mz80/mz80.o : ../../cpu/mz80/mz80.asm ../../cpu/mz80/mz80.asm : @make -C ../../cpu/mz80/ -../common/helix/helix_mp3_x86.a: - @make -C ../common/helix/ X86=1 clean all - .c.o: @echo ">>>" $< $(CC) $(CFLAGS) -c $< -o $@ -- 2.39.2