summaryrefslogtreecommitdiff
path: root/apps/codecs/libfaad/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/libfaad/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/libfaad/Makefile')
-rw-r--r--apps/codecs/libfaad/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libfaad/Makefile b/apps/codecs/libfaad/Makefile
index bf30817aa2..57c871fba7 100644
--- a/apps/codecs/libfaad/Makefile
+++ b/apps/codecs/libfaad/Makefile
@@ -15,8 +15,8 @@ ifdef APPEXTRA
15endif 15endif
16 16
17FAADOPTS = -O2 -Wno-char-subscripts 17FAADOPTS = -O2 -Wno-char-subscripts
18CFLAGS = $(INCLUDES) $(GCCOPTS) $(FAADOPTS) $(TARGET) $(EXTRA_DEFINES) \ 18CFLAGS = $(INCLUDES) $(GCCOPTS) $(TARGET_INC) $(FAADOPTS) $(TARGET) \
19 -DMEM=${MEMORYSIZE} 19 $(EXTRA_DEFINES) -DMEM=${MEMORYSIZE}
20 20
21# This sets up 'SRC' based on the files mentioned in SOURCES 21# This sets up 'SRC' based on the files mentioned in SOURCES
22include $(TOOLSDIR)/makesrc.inc 22include $(TOOLSDIR)/makesrc.inc