aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Otto2010-04-13 22:38:24 +0200
committerThomas Otto2010-04-13 22:38:24 +0200
commitd3890f9b326600278c286093efd680e81be33b46 (patch)
tree4588b6b99022464f9906952cdddad6e267077d64
parent7c32f6333224eff28c2f5bb5725dcb47fd0084ab (diff)
Added systick example to Makefile.
-rw-r--r--examples/other/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/other/Makefile b/examples/other/Makefile
index ac70828..868388e 100644
--- a/examples/other/Makefile
+++ b/examples/other/Makefile
@@ -24,7 +24,7 @@ Q := @
MAKEFLAGS += --no-print-directory
endif
-all: i2c_stts75_sensor adc_temperature_sensor dma_mem2mem timer_interrupt
+all: i2c_stts75_sensor adc_temperature_sensor dma_mem2mem timer_interrupt systick
i2c_stts75_sensor:
@printf " BUILD examples/other/i2c_stts75_sensor\n"