summaryrefslogtreecommitdiff
path: root/common/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common/build.mk')
-rw-r--r--common/build.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/build.mk b/common/build.mk
index 9954798988..7907a87e30 100644
--- a/common/build.mk
+++ b/common/build.mk
@@ -45,6 +45,9 @@ common-$(CONFIG_COMMON_RUNTIME)+=hooks.o main.o system.o
common-$(CONFIG_COMMON_TIMER)+=timer.o
common-$(CONFIG_CRC8)+= crc8.o
common-$(CONFIG_CURVE25519)+=curve25519.o
+ifneq ($(CORE),cortex-m0)
+common-$(CONFIG_CURVE25519)+=curve25519-generic.o
+endif
common-$(CONFIG_DEVICE_EVENT)+=device_event.o
common-$(CONFIG_DEVICE_STATE)+=device_state.o
common-$(CONFIG_DPTF)+=dptf.o