aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios-contrib/os/various/segger_bindings/segger_systemview.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chibios-contrib/os/various/segger_bindings/segger_systemview.mk')
-rw-r--r--lib/chibios-contrib/os/various/segger_bindings/segger_systemview.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/chibios-contrib/os/various/segger_bindings/segger_systemview.mk b/lib/chibios-contrib/os/various/segger_bindings/segger_systemview.mk
new file mode 100644
index 000000000..577c6edc8
--- /dev/null
+++ b/lib/chibios-contrib/os/various/segger_bindings/segger_systemview.mk
@@ -0,0 +1,13 @@
1# Compiler options here.
2ifeq ($(SEGGER_RTT_ACTIVE),)
3 $(error "SEGGER SystemView needs segger_rtt.mk")
4endif
5
6# SEGGER RTT files.
7SEGGERSYSTEMVIEWCSRC = $(CHIBIOS_CONTRIB)/ext/SEGGER/SYSTEMVIEW/SEGGER_SYSVIEW.c \
8 $(CHIBIOS_CONTRIB)/os/various/segger_bindings/SYSTEMVIEW/SEGGER_SYSVIEW_ChibiOS.c
9SEGGERSYSTEMVIEWINC = $(CHIBIOS_CONTRIB)/ext/SEGGER/SYSTEMVIEW \
10 $(CHIBIOS_CONTRIB)/os/various/segger_bindings/SYSTEMVIEW
11
12ALLCSRC += $(SEGGERSYSTEMVIEWCSRC)
13ALLINC += $(SEGGERSYSTEMVIEWINC) \ No newline at end of file