From b3db55f427570b6bb95d0fa82454367154573d9e Mon Sep 17 00:00:00 2001 From: Tomasz Malesinski Date: Fri, 3 Feb 2006 23:20:36 +0000 Subject: Made rockbox.elf build with DEBUG enabled. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8552 a1c6a512-1295-4272-9138-f99709370657 --- apps/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps') 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) 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 -- cgit v1.2.3