From 15b691514863cd18e5e6f768a70a7b51eb37bcbb Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 13 Mar 2018 10:17:18 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11726 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- demos/STM32/RT-STM32L476-DISCOVERY/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/demos/STM32/RT-STM32L476-DISCOVERY/Makefile b/demos/STM32/RT-STM32L476-DISCOVERY/Makefile index 98aacf24a..0ae846642 100644 --- a/demos/STM32/RT-STM32L476-DISCOVERY/Makefile +++ b/demos/STM32/RT-STM32L476-DISCOVERY/Makefile @@ -84,12 +84,12 @@ endif # Define project name here PROJECT = ch -CONFDIR := ./cfg -BUILDDIR := ./build -DEPDIR := ./.dep # Imported source files and paths CHIBIOS = ../../.. +CONFDIR := ./cfg +BUILDDIR := ./build +DEPDIR := ./.dep # Licensing files. include $(CHIBIOS)/os/license/license.mk -- cgit v1.2.3