summaryrefslogtreecommitdiff
path: root/chip/nrf51/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'chip/nrf51/build.mk')
-rw-r--r--chip/nrf51/build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/chip/nrf51/build.mk b/chip/nrf51/build.mk
index 69a2e3ed41..5680f10d91 100644
--- a/chip/nrf51/build.mk
+++ b/chip/nrf51/build.mk
@@ -14,6 +14,7 @@ chip-y+=gpio.o system.o uart.o
chip-y+=jtag.o watchdog.o ppi.o
chip-$(CONFIG_BLUETOOTH_LE)+=radio.o bluetooth_le.o
+chip-$(CONFIG_BLUETOOTH_LE_RADIO_TEST)+=radio_test.o
chip-$(CONFIG_COMMON_TIMER)+=hwtimer.o clock.o
chip-$(CONFIG_I2C)+=i2c.o
chip-$(HAS_TASK_KEYSCAN)+=keyboard_raw.o