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