corrected makefile

This commit is contained in:
Stephane D'Alu 2016-07-07 23:20:59 +02:00
parent 022cad0452
commit 6c6fba368b
1 changed files with 2 additions and 4 deletions

View File

@ -81,10 +81,8 @@ endif
PROJECT = ch
# Imported source files and paths
CHIBIOS = /home/sdalu/ChibiOS/ChibiOS
CHIBIOS_CONTRIB = /home/sdalu/ChibiOS/ChibiOS-Contrib
#CHIBIOS = ../../../../../ChibiOS-RT
#CHIBIOS_CONTRIB = $(CHIBIOS)/../ChibiOS-Contrib
CHIBIOS = ../../../../../ChibiOS-RT
CHIBIOS_CONTRIB = $(CHIBIOS)/../ChibiOS-Contrib
# Startup files.
include $(CHIBIOS_CONTRIB)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_nrf51.mk