From ccfc9108293123edf1de4ca38dd7876d2d357206 Mon Sep 17 00:00:00 2001 From: Konstantin Oblaukhov Date: Mon, 24 Sep 2018 20:25:22 +0700 Subject: Update STM32 platform makefiles, add per-driver makefiles. --- os/hal/ports/STM32/LLD/LTDCv1/driver.mk | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 os/hal/ports/STM32/LLD/LTDCv1/driver.mk (limited to 'os/hal/ports/STM32/LLD/LTDCv1') diff --git a/os/hal/ports/STM32/LLD/LTDCv1/driver.mk b/os/hal/ports/STM32/LLD/LTDCv1/driver.mk new file mode 100644 index 0000000..d6cabcd --- /dev/null +++ b/os/hal/ports/STM32/LLD/LTDCv1/driver.mk @@ -0,0 +1,2 @@ +PLATFORMSRC_CONTRIB += ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/LTDCv1/hal_stm32_ltdc.c +PLATFORMINC_CONTRIB += ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/LTDCv1 -- cgit v1.2.3