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:
609d0c0
)
switch DMNA Silpheed hack to timeslice hack
author
notaz
<notasas@gmail.com>
Wed, 12 Aug 2009 14:06:40 +0000
(14:06 +0000)
committer
notaz
<notasas@gmail.com>
Wed, 12 Aug 2009 14:06:40 +0000
(14:06 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@747
be3aeb3a
-fb24-0410-a615-
afba39da0efa
linux/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/linux/Makefile
b/linux/Makefile
index
bd612d6
..
747cc83
100644
(file)
--- a/
linux/Makefile
+++ b/
linux/Makefile
@@
-59,6
+59,7
@@
OBJS += unzip/unzip.o unzip/unzip_stream.o
ifeq "$(use_musashi)" "1"
DEFINES += EMU_M68K
OBJS += cpu/musashi/m68kops.o cpu/musashi/m68kcpu.o
+OBJS += cpu/musashi/m68kdasm.o
endif
ifeq "$(use_fame)" "1"
DEFINES += EMU_F68K
@@
-76,10
+77,8
@@
endif
ifeq "$(use_fame)" "1"
ifeq "$(use_musashi)" "1"
OBJS += pico/debugCPU.o
-OBJS += cpu/musashi/m68kdasm.o
endif
endif
-OBJS += cpu/musashi/m68kdasm.o
CFLAGS += $(addprefix -D,$(DEFINES))