summaryrefslogtreecommitdiff
path: root/platforms/common.mk
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-04-18 11:51:40 +0100
committerGitHub <noreply@github.com>2022-04-18 20:51:40 +1000
commitb8245a550752ed3826902f63a75203c67282ace7 (patch)
tree967e46a6a071dffb14f3fe44a11771ad64cc5ba0 /platforms/common.mk
parent7aa9a353ac6e2ee095ad8c6695f62f0bafe7b6f3 (diff)
Expose API for hardware unique ID (#16869)
Diffstat (limited to 'platforms/common.mk')
-rw-r--r--platforms/common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/platforms/common.mk b/platforms/common.mk
index 2a1fc8d377..693bdc8cf0 100644
--- a/platforms/common.mk
+++ b/platforms/common.mk
@@ -2,6 +2,7 @@ PLATFORM_COMMON_DIR = $(PLATFORM_PATH)/$(PLATFORM_KEY)
TMK_COMMON_SRC += \
$(PLATFORM_PATH)/suspend.c \
+ $(PLATFORM_COMMON_DIR)/hardware_id.c \
$(PLATFORM_COMMON_DIR)/platform.c \
$(PLATFORM_COMMON_DIR)/suspend.c \
$(PLATFORM_COMMON_DIR)/timer.c \