diff --git a/nrf5/Makefile b/nrf5/Makefile index 7f38dbed8a..2f2bd8ef4c 100644 --- a/nrf5/Makefile +++ b/nrf5/Makefile @@ -118,6 +118,8 @@ SRC_HAL = $(addprefix hal/,\ hal_timer.c \ hal_twi.c \ hal_twie.c \ + hal_adc.c \ + hal_adce.c \ ) ifeq ($(MCU_VARIANT), nrf52)