license.mk 181 B

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