aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/NRF51/NRF51822/ADC
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2017-04-14 12:51:10 +0200
committerFabien Poussin <fabien.poussin@gmail.com>2017-04-14 12:51:10 +0200
commit2212cb731fd691e1394ba955fb5cc85ceec43ac8 (patch)
treebae30e8043f741a36e875ee8d2a968f7a7e05589 /testhal/NRF51/NRF51822/ADC
parent97aaabeedd53ec16147696f8b44b16ee43d86a99 (diff)
downloadChibiOS-Contrib-2212cb731fd691e1394ba955fb5cc85ceec43ac8.tar.gz
ChibiOS-Contrib-2212cb731fd691e1394ba955fb5cc85ceec43ac8.tar.bz2
ChibiOS-Contrib-2212cb731fd691e1394ba955fb5cc85ceec43ac8.zip
Fixed NRF51 Makefiles
Diffstat (limited to 'testhal/NRF51/NRF51822/ADC')
-rw-r--r--testhal/NRF51/NRF51822/ADC/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/testhal/NRF51/NRF51822/ADC/Makefile b/testhal/NRF51/NRF51822/ADC/Makefile
index 69d6e90..9024eb1 100644
--- a/testhal/NRF51/NRF51822/ADC/Makefile
+++ b/testhal/NRF51/NRF51822/ADC/Makefile
@@ -87,7 +87,7 @@ CHIBIOS_CONTRIB = $(CHIBIOS)/../ChibiOS-Contrib
include $(CHIBIOS_CONTRIB)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_nrf51.mk
# HAL-OSAL files (optional).
include $(CHIBIOS)/os/hal/hal.mk
-include $(CHIBIOS_CONTRIB)/os/hal/ports/NRF51/NRF51822/platform.mk
+include $(CHIBIOS_CONTRIB)/os/hal/ports/NRF5/NRF51822/platform.mk
include $(CHIBIOS_CONTRIB)/os/hal/boards/WVSHARE_BLE400/board.mk
include $(CHIBIOS)/os/hal/osal/rt/osal.mk
# RTOS files (optional).
@@ -136,11 +136,11 @@ TCSRC =
TCPPSRC =
# List ASM source files here
-ASMSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
+ASMXSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
INCDIR = $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
$(HALINC) $(PLATFORMINC) $(BOARDINC) $(TESTINC) \
- $(CHIBIOS)/os/various
+ $(CHIBIOS)/os/various $(CHIBIOS)/os/license
#
# Project, sources and paths