aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAJM <poslathian@poslathian.(none)>2011-01-12 19:03:32 -0500
committerAJM <poslathian@poslathian.(none)>2011-01-12 19:03:32 -0500
commitcb53e68d0d36ddbff778fe59484df74e96044b55 (patch)
tree3e93b89e7d193f0067021b756659a5524ad7e3cc /Makefile
parent704236b06693307448e89841db858ce8efcf7684 (diff)
committed a maple_audio version of libmapleaudio-board
surprisingly quick mods, added the a new linker directory, and updated Makefile, boards.h, libmaple.h done and done.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9bf0c9d..a783568 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,10 @@ ifeq ($(BOARD), maple_mini)
MCU := STM32F103CB
PRODUCT_ID := 0003
endif
+ifeq ($(BOARD), maple_audio)
+ MCU := STM32F103RE
+ PRODUCT_ID := 0003
+endif
# Useful paths
ifeq ($(LIB_MAPLE_HOME),)