nrf5: Adding rtc and timer hal to Makefile.

This commit is contained in:
Glenn Ruben Bakke 2016-12-25 18:12:51 +01:00
parent 1264122e76
commit 1e79ccf305
1 changed files with 2 additions and 0 deletions

View File

@ -114,6 +114,8 @@ SRC_HAL = $(addprefix hal/,\
hal_spi.c \
hal_spie.c \
hal_time.c \
hal_rtc.c \
hal_timer.c \
)
ifeq ($(MCU_VARIANT), nrf52)