summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index baa1dd7..294bc69 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -75,7 +75,9 @@ all: build-bitmaps $(BUILDDIR)/$(BINARY) $(CODECS) $(ROCKS)
else
# regular target build
-ifndef DEBUG
+ifdef DEBUG
+REALBIN = $(OBJDIR)/rockbox.elf
+else
# this is not needed to get built when doing debug builds
REALBIN = $(BUILDDIR)/$(BINARY)
endif