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:
authorGareth McMullin <gareth@motrr.com>2013-04-29 19:57:44 +0400
committerPiotr Esden-Tempski <piotr@esden.net>2013-05-11 01:01:16 +0400
commitf0bace7838ce8c90321dc3df3f6a2936344332ae (patch)
treeffd713fca3baa84f4093305ab8cb01da4299b3fd /Makefile
parent90172f9d72c2fcafa4701609ddfc6d65cfb84994 (diff)
sam3x support.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b844815b..5ee65f02 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ SHAREDIR = $(DESTDIR)/$(PREFIX)/share/libopencm3/scripts
INSTALL = install
SRCLIBDIR = $(shell pwd)/lib
-TARGETS = stm32/f1 stm32/f2 stm32/f4 stm32/l1 lpc13xx lpc17xx lpc43xx lm3s lm4f efm32/efm32tg efm32/efm32g efm32/efm32lg efm32/efm32gg
+TARGETS = stm32/f1 stm32/f2 stm32/f4 stm32/l1 lpc13xx lpc17xx lpc43xx lm3s lm4f efm32/efm32tg efm32/efm32g efm32/efm32lg efm32/efm32gg sam3x
# Be silent per default, but 'make V=1' will show all compiler calls.
ifneq ($(V),1)