From e7bb8c04287ec8baf6f89dd4f169b00ccb7d7171 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Thu, 8 Jul 2004 13:12:16 +0000 Subject: Added the apps/recorder dir to the include path for recorder builds git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4853 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'apps/plugins/Makefile') diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile index 1c703f2573..d86cbf5263 100644 --- a/apps/plugins/Makefile +++ b/apps/plugins/Makefile @@ -12,11 +12,18 @@ OC = sh-elf-objcopy FIRMWARE = ../../firmware +# Check if this is a kind of Recorder +ANYREC = $(findstring RECORDER, $(TARGET)) + INCLUDES = -I$(FIRMWARE)/include -I$(FIRMWARE)/export -I$(FIRMWARE)/common \ -I$(FIRMWARE)/drivers -I.. -Ilib CFLAGS = -O -W -Wall -m1 -nostdlib -ffreestanding -Wstrict-prototypes \ $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) -DMEM=${MEM} -DPLUGIN +ifeq ($(ANYREC), RECORDER) +INCLUDES += -I../recorder +endif + LDS := plugin.lds LINKFILE := $(OBJDIR)/pluginlink.lds -- cgit v1.2.3