Fix build failures with OPT = 0 due to inline functions (#19767)

Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
Sergey Vlasov 2023-02-12 09:14:34 +03:00 committed by GitHub
parent b1f4d49c43
commit 584b7cf801
Failed to generate hash of commit
5 changed files with 34 additions and 1 deletions

View file

@ -2,6 +2,8 @@ PLATFORM_COMMON_DIR = $(PLATFORM_PATH)/$(PLATFORM_KEY)
TMK_COMMON_SRC += \
$(PLATFORM_PATH)/suspend.c \
$(PLATFORM_PATH)/synchronization_util.c \
$(PLATFORM_PATH)/timer.c \
$(PLATFORM_COMMON_DIR)/hardware_id.c \
$(PLATFORM_COMMON_DIR)/platform.c \
$(PLATFORM_COMMON_DIR)/suspend.c \