From 30461369def481c2eb53d36f63644eaff7de4a1d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 2 Sep 2006 21:31:16 +0000 Subject: 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 --- apps/codecs/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/codecs/Makefile') 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 @@ INCLUDES = -I$(FIRMDIR)/include -I$(FIRMDIR)/export -I$(FIRMDIR)/common \ -I$(FIRMDIR)/drivers -I$(APPSDIR) -Ilib -I$(BUILDDIR) -CFLAGS = $(INCLUDES) $(GCCOPTS) $(TARGET) $(EXTRA_DEFINES) \ +CFLAGS = $(INCLUDES) $(GCCOPTS) $(TARGET_INC) $(TARGET) $(EXTRA_DEFINES) \ -DTARGET_ID=$(TARGET_ID) -DMEM=${MEMORYSIZE} -DCODEC ifdef APPEXTRA @@ -68,7 +68,6 @@ $(OBJDIR)/%.elf : -lgcc -T$(LINKCODEC) -Wl,-Map,$(OBJDIR)/$*.map $(BUILDDIR)/%.a : % $(CODECDEPS) - $(OBJDIR)/%.codec : $(OBJDIR)/%.elf @echo "OBJCOPY $(notdir $@)" -- cgit v1.2.3