summaryrefslogtreecommitdiff
path: root/apps/codecs/Makefile
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-09-02 21:31:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-09-02 21:31:16 +0000
commit30461369def481c2eb53d36f63644eaff7de4a1d (patch)
tree7a446b1040a171b0e27586cec5a14c024b76d3df /apps/codecs/Makefile
parent1fe5fc935c8b1d39c82a75361bc7c6d34648f3e1 (diff)
downloadrockbox-30461369def481c2eb53d36f63644eaff7de4a1d.tar.gz
rockbox-30461369def481c2eb53d36f63644eaff7de4a1d.zip
settings.h includs button.h that includes target-button.h so we need to make
sure all these knows how to find that include file as otherwise does the depfile generation break down git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10858 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/Makefile')
-rw-r--r--apps/codecs/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/codecs/Makefile b/apps/codecs/Makefile
index 6e4663be41..695b4546b0 100644
--- a/apps/codecs/Makefile
+++ b/apps/codecs/Makefile
@@ -9,7 +9,7 @@
9 9
10INCLUDES = -I$(FIRMDIR)/include -I$(FIRMDIR)/export -I$(FIRMDIR)/common \ 10INCLUDES = -I$(FIRMDIR)/include -I$(FIRMDIR)/export -I$(FIRMDIR)/common \
11 -I$(FIRMDIR)/drivers -I$(APPSDIR) -Ilib -I$(BUILDDIR) 11 -I$(FIRMDIR)/drivers -I$(APPSDIR) -Ilib -I$(BUILDDIR)
12CFLAGS = $(INCLUDES) $(GCCOPTS) $(TARGET) $(EXTRA_DEFINES) \ 12CFLAGS = $(INCLUDES) $(GCCOPTS) $(TARGET_INC) $(TARGET) $(EXTRA_DEFINES) \
13 -DTARGET_ID=$(TARGET_ID) -DMEM=${MEMORYSIZE} -DCODEC 13 -DTARGET_ID=$(TARGET_ID) -DMEM=${MEMORYSIZE} -DCODEC
14 14
15ifdef APPEXTRA 15ifdef APPEXTRA
@@ -68,7 +68,6 @@ $(OBJDIR)/%.elf :
68 -lgcc -T$(LINKCODEC) -Wl,-Map,$(OBJDIR)/$*.map 68 -lgcc -T$(LINKCODEC) -Wl,-Map,$(OBJDIR)/$*.map
69 69
70$(BUILDDIR)/%.a : % $(CODECDEPS) 70$(BUILDDIR)/%.a : % $(CODECDEPS)
71
72 71
73$(OBJDIR)/%.codec : $(OBJDIR)/%.elf 72$(OBJDIR)/%.codec : $(OBJDIR)/%.elf
74 @echo "OBJCOPY $(notdir $@)" 73 @echo "OBJCOPY $(notdir $@)"