git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11726 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
parent
cacb4331c0
commit
15b6915148
|
@ -84,12 +84,12 @@ endif
|
||||||
|
|
||||||
# Define project name here
|
# Define project name here
|
||||||
PROJECT = ch
|
PROJECT = ch
|
||||||
CONFDIR := ./cfg
|
|
||||||
BUILDDIR := ./build
|
|
||||||
DEPDIR := ./.dep
|
|
||||||
|
|
||||||
# Imported source files and paths
|
# Imported source files and paths
|
||||||
CHIBIOS = ../../..
|
CHIBIOS = ../../..
|
||||||
|
CONFDIR := ./cfg
|
||||||
|
BUILDDIR := ./build
|
||||||
|
DEPDIR := ./.dep
|
||||||
|
|
||||||
# Licensing files.
|
# Licensing files.
|
||||||
include $(CHIBIOS)/os/license/license.mk
|
include $(CHIBIOS)/os/license/license.mk
|
||||||
|
|
Loading…
Reference in New Issue