forked from mirrors/qmk_userspace
Fix build failures with OPT = 0
due to inline functions (#19767)
Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
parent
b1f4d49c43
commit
584b7cf801
5 changed files with 34 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue