blob: 37817277645ca30701e3e9574cbc1030cbb2c75c (
plain)
1
2
3
4
5
6
7
8
9
|
# List of all the licensing subsystem files.
LICSRC :=
# Required include directories
LICINC := $(CHIBIOS)/os/license
# Shared variables
ALLCSRC += $(LICSRC)
ALLINC += $(LICINC)
|