summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/doom/Makefile')
-rw-r--r--apps/plugins/doom/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/plugins/doom/Makefile b/apps/plugins/doom/Makefile
index 0eef697292..b79f5be7b0 100644
--- a/apps/plugins/doom/Makefile
+++ b/apps/plugins/doom/Makefile
@@ -3,7 +3,10 @@
3# $Id$ 3# $Id$
4# 4#
5# $Log$ 5# $Log$
6# Revision 1.3 2006/04/14 21:07:56 kkurbjun 6# Revision 1.4 2006/07/27 13:27:19 linus
7# Moved the X5 button driver to the target tree
8#
9# Revision 1.3 2006-04-14 21:07:56 kkurbjun
7# Start of profiling support for doom. 10# Start of profiling support for doom.
8# 11#
9# Revision 1.2 2006-03-29 21:16:45 kkurbjun 12# Revision 1.2 2006-03-29 21:16:45 kkurbjun
@@ -14,7 +17,7 @@
14# 17#
15# 18#
16 19
17INCLUDES = -I$(APPSDIR) -I.. -I. -I$(FIRMDIR)/include -I$(FIRMDIR)/export \ 20INCLUDES = -I$(APPSDIR) -I.. -I. $(TARGET_INC) -I$(FIRMDIR)/include -I$(FIRMDIR)/export \
18 -I$(FIRMDIR)/common -I$(FIRMDIR)/drivers -I$(OUTDIR) -I$(BUILDDIR) 21 -I$(FIRMDIR)/common -I$(FIRMDIR)/drivers -I$(OUTDIR) -I$(BUILDDIR)
19CFLAGS = $(GCCOPTS) $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) \ 22CFLAGS = $(GCCOPTS) $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) \
20 -DTARGET_ID=$(TARGET_ID) -DMEM=${MEMORYSIZE} -DPLUGIN \ 23 -DTARGET_ID=$(TARGET_ID) -DMEM=${MEMORYSIZE} -DPLUGIN \