10 lines
181 B
Makefile
10 lines
181 B
Makefile
|
# List of all the licensing subsystem files.
|
||
|
LICSRC :=
|
||
|
|
||
|
# Required include directories
|
||
|
LICINC := $(CHIBIOS)/os/license
|
||
|
|
||
|
# Shared variables
|
||
|
ALLCSRC += $(LICSRC)
|
||
|
ALLINC += $(LICINC)
|