From 60cd961a21fffac4d4c4ad1717d0e8ff27c3ada6 Mon Sep 17 00:00:00 2001
From: notaz <notasas@gmail.com>
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/platform@788 be3aeb3a-fb24-0410-a615-afba39da0efa
---
 linux/Makefile | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/linux/Makefile b/linux/Makefile
index 0358521..1fecdd7 100644
--- a/linux/Makefile
+++ b/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.5