summaryrefslogtreecommitdiff
path: root/apps/plugins/rockboy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockboy/Makefile')
-rw-r--r--apps/plugins/rockboy/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/apps/plugins/rockboy/Makefile b/apps/plugins/rockboy/Makefile
index e4c62666fb..2859936d15 100644
--- a/apps/plugins/rockboy/Makefile
+++ b/apps/plugins/rockboy/Makefile
@@ -18,11 +18,9 @@ endif
18 18
19LINKFILE := $(OBJDIR)/link.lds 19LINKFILE := $(OBJDIR)/link.lds
20DEPFILE = $(OBJDIR)/dep-rockboy 20DEPFILE = $(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 fastmem.c hw.c lcd.c lcdc.c loader.c main.c \
22 main.c mem.c rbsound.c rccmds.c rcvars.c rtc.c save.c sound.c split.c \ 22 mem.c menu.c rbsound.c rockboy.c rtc.c save.c sound.c sys_rockbox.c
23 sys_rockbox.c rockboy.c menu.c
24 23
25#CFLAGS += -DGRAYSCALE
26#CFLAGS += -DDYNAREC 24#CFLAGS += -DDYNAREC
27#SRC += dynarec.c 25#SRC += dynarec.c
28 26
@@ -30,7 +28,6 @@ SOURCES = $(SRC)
30OBJS := $(SRC:%.c=$(OBJDIR)/%.o) 28OBJS := $(SRC:%.c=$(OBJDIR)/%.o)
31DIRS = . 29DIRS = .
32 30
33
34ifndef SIMVER 31ifndef SIMVER
35ifneq (,$(findstring RECORDER,$(TARGET))) ## Archos recorder targets 32ifneq (,$(findstring RECORDER,$(TARGET))) ## Archos recorder targets
36 LDS := archos.lds 33 LDS := archos.lds