keyboard/qmk/lib/chibios/os/license/license.mk

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)