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
path: root/doc
diff options
context:
space:
mode:
authorKarl Palsson <karlp@tweak.net.au>2019-06-08 14:36:22 +0300
committerKarl Palsson <karlp@tweak.net.au>2019-06-08 14:36:22 +0300
commit8183d4efa3d773175e870d853fac3bbf8dc2e689 (patch)
tree3da8d018887bab6b7d3bf890e2b43902b917598c /doc
parent7be50a5e75ed2d163d38a6759347c5e778ac02ab (diff)
swm050: add back into doc generation?
Not sure where this went. I was building docs for it to make the doxygen work, but then, it's not here?! Anyway, here now :)
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 9dca20ea..d662c984 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -13,7 +13,8 @@ TARGETS ?= stm32/f0 stm32/f1 stm32/f2 stm32/f3 stm32/f4 stm32/f7 \
msp432/e4 \
lpc13xx lpc17xx lpc43xx \
sam/3a sam/3n sam/3s sam/3u sam/3x \
- vf6xx
+ vf6xx \
+ swm050
TARGETS_DIRS = $(subst /,,$(TARGETS))