diff options
author | Joel Challis <git@zvecr.com> | 2022-02-04 18:10:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-05 05:10:00 +1100 |
commit | 135c93599036bbe646a69b568eef9219823a4be9 (patch) | |
tree | 2fca5c980cc7bbc2f2db4c54f5fa76006bf741d4 /platforms/common.mk | |
parent | 580ef6d88f22478112417c4ab3c1ee50211167d2 (diff) |
Initial migration of suspend callbacks (#16067)
* Initial migration of suspend logic
* Add header
Diffstat (limited to 'platforms/common.mk')
-rw-r--r-- | platforms/common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platforms/common.mk b/platforms/common.mk index 12ab45f823..2a1fc8d377 100644 --- a/platforms/common.mk +++ b/platforms/common.mk @@ -1,6 +1,7 @@ PLATFORM_COMMON_DIR = $(PLATFORM_PATH)/$(PLATFORM_KEY) TMK_COMMON_SRC += \ + $(PLATFORM_PATH)/suspend.c \ $(PLATFORM_COMMON_DIR)/platform.c \ $(PLATFORM_COMMON_DIR)/suspend.c \ $(PLATFORM_COMMON_DIR)/timer.c \ |