summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 8ec3b0a581..07b093eb40 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -17,11 +17,6 @@ FIRMWARE := ../firmware
17 17
18INCLUDES= -I$(FIRMWARE)/include -I$(FIRMWARE) -I$(FIRMWARE)/common -I$(FIRMWARE)/drivers -I$(FIRMWARE)/malloc -I. 18INCLUDES= -I$(FIRMWARE)/include -I$(FIRMWARE) -I$(FIRMWARE)/common -I$(FIRMWARE)/drivers -I$(FIRMWARE)/malloc -I.
19 19
20# Pick a target to build for
21#TARGET = -DARCHOS_PLAYER=1
22TARGET = -DARCHOS_PLAYER_OLD=1
23#TARGET = -DARCHOS_RECORDER=1
24
25# store output files in this directory: 20# store output files in this directory:
26OBJDIR = . 21OBJDIR = .
27 22