git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11726 110e8d01-0319-4d1e-a829-52ad28d1bb01

This commit is contained in:
Giovanni Di Sirio 2018-03-13 10:17:18 +00:00
parent cacb4331c0
commit 15b6915148
1 changed files with 3 additions and 3 deletions

View File

@ -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