From bcd941b4da1dad59c3922dac08f7dd96474e56c7 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Wed, 21 Apr 2021 23:39:32 -0400 Subject: [PATCH] wow progress --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 126e12f..9ee1b80 100644 --- a/Makefile +++ b/Makefile @@ -85,6 +85,8 @@ PROJECT = ch CHIBIOSLUA ?= . # Imported source files and paths CHIBIOS = $(CHIBIOSLUA)/ChibiOS +# Licensing files. +include $(CHIBIOS)/os/license/license.mk # Startup files. include $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32f4xx.mk # HAL-OSAL files (optional). @@ -149,6 +151,7 @@ ASMSRC = $(PORTASM) $(EXT_ASMSRC) INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \ $(HALINC) $(OSALINC) $(PLATFORMINC) $(BOARDINC) \ $(CHIBIOSLUA) \ + $(ALLINC) \ $(EXT_INC) \ $(CHIBIOS)/os/various/devices_lib/accel \ $(CHIBIOS)/os/hal/lib/streams $(CHIBIOS)/os/various $(CHIBIOS)/os