notaz.gp2x.de
/
libpicofe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15b55b4
)
memhandlers slightly improved
author
notaz
<notasas@gmail.com>
Sat, 1 Sep 2007 21:34:13 +0000
(21:34 +0000)
committer
notaz
<notasas@gmail.com>
Sat, 1 Sep 2007 21:34:13 +0000
(21:34 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@234
be3aeb3a
-fb24-0410-a615-
afba39da0efa
linux/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/linux/Makefile
b/linux/Makefile
index
880c27d
..
015da6e
100644
(file)
--- a/
linux/Makefile
+++ b/
linux/Makefile
@@
-74,6
+74,9
@@
PicoDrive : $(OBJS) ../gp2x/helix/helix_mp3_x86.a
@$(GCC) $(COPT) $^ $(LDFLAGS) -lm -lpng -Wl,-Map=PicoDrive.map -o $@
+../../cpu/musashi/m68kops.c :
+ @make -C ../../cpu/musashi
+
../../cpu/mz80/mz80.o : ../../cpu/mz80/mz80.asm
@echo $@
@nasm -f elf $< -o $@