summaryrefslogtreecommitdiff
path: root/apps/plugins/rockboy/Makefile
diff options
context:
space:
mode:
authorMichiel Van Der Kolk <not.valid@email.address>2005-03-03 19:44:02 +0000
committerMichiel Van Der Kolk <not.valid@email.address>2005-03-03 19:44:02 +0000
commit3921e1aa6979163c2a07122dff49f6afef977a94 (patch)
tree9fc5cc461759e012a3fb6eecf55874a29a9eaebf /apps/plugins/rockboy/Makefile
parent708e357a6351045f450be4ad28823463be161b6d (diff)
downloadrockbox-3921e1aa6979163c2a07122dff49f6afef977a94.tar.gz
rockbox-3921e1aa6979163c2a07122dff49f6afef977a94.zip
Added dynarec(under construction) and outline for lcd modes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6119 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/rockboy/Makefile')
-rw-r--r--apps/plugins/rockboy/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/rockboy/Makefile b/apps/plugins/rockboy/Makefile
index f6042a4b1b..4d17a59009 100644
--- a/apps/plugins/rockboy/Makefile
+++ b/apps/plugins/rockboy/Makefile
@@ -21,10 +21,15 @@ DEPFILE = $(OBJDIR)/dep-rockboy
21SRC = cpu.c emu.c events.c exports.c fastmem.c hw.c lcd.c lcdc.c loader.c \ 21SRC = cpu.c emu.c events.c exports.c fastmem.c hw.c lcd.c lcdc.c loader.c \
22 main.c mem.c nosound.c rccmds.c rcvars.c rtc.c save.c sound.c split.c \ 22 main.c mem.c nosound.c rccmds.c rcvars.c rtc.c save.c sound.c split.c \
23 sys_rockbox.c rockboy.c 23 sys_rockbox.c rockboy.c
24
25#CFLAGS += -DDYNAREC
26#SRC += dynarec.c
27
24SOURCES = $(SRC) 28SOURCES = $(SRC)
25OBJS := $(SRC:%.c=$(OBJDIR)/%.o) 29OBJS := $(SRC:%.c=$(OBJDIR)/%.o)
26DIRS = . 30DIRS = .
27 31
32
28ifndef SIMVER 33ifndef SIMVER
29ifneq (,$(findstring RECORDER,$(TARGET))) ## Archos recorder targets 34ifneq (,$(findstring RECORDER,$(TARGET))) ## Archos recorder targets
30 LDS := archos.lds 35 LDS := archos.lds