Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Held <felix-libopencm3@felixheld.de>2014-02-07 16:56:19 +0400
committerFelix Held <felix-libopencm3@felixheld.de>2014-02-24 05:32:38 +0400
commit641fbffe9a50795b42fe43ca6ff99a80bca97ec4 (patch)
tree2f17a91dd580bb728cb0a4aac750c34fdbe58956 /Makefile
parent26edb8ec420b06e6a9eedaddefd9dcc2b6dcc9d7 (diff)
[sam3a] add irq table and memory map
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8a650ffb..1856a627 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,8 @@ SRCLIBDIR:= $(realpath lib)
TARGETS:= stm32/f0 stm32/f1 stm32/f2 stm32/f3 stm32/f4 stm32/l1 lpc13xx lpc17xx \
lpc43xx/m4 lpc43xx/m0 lm3s lm4f \
- efm32/efm32tg efm32/efm32g efm32/efm32lg efm32/efm32gg sam/3x sam/3n sam/3s sam/3u
+ efm32/efm32tg efm32/efm32g efm32/efm32lg efm32/efm32gg \
+ sam/3a sam/3n sam/3s sam/3u sam/3x
# Be silent per default, but 'make V=1' will show all compiler calls.
ifneq ($(V),1)