diff options
| author | Fred Sundvik | 2017-06-17 14:19:15 +0200 |
|---|---|---|
| committer | Fred Sundvik | 2017-06-18 20:22:22 +0200 |
| commit | 017458a07bda3f4b2604d079ec65ef607a1a1e57 (patch) | |
| tree | b9f97f0bd3bae6790e2c406b8dd9fc0e1cbf04e3 /tmk_core/common.mk | |
| parent | c38589d8615ba3ff93736cb02d12b3c8ceb68094 (diff) | |
Move functionality from action_util to report
The functions also takes report_kebyoard_t parameters, so that they can
be used elsewhere.
Diffstat (limited to 'tmk_core/common.mk')
| -rw-r--r-- | tmk_core/common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/common.mk b/tmk_core/common.mk index 4f80e0fa9b..75b810d985 100644 --- a/tmk_core/common.mk +++ b/tmk_core/common.mk @@ -18,6 +18,7 @@ TMK_COMMON_SRC += $(COMMON_DIR)/host.c \ $(COMMON_DIR)/debug.c \ $(COMMON_DIR)/util.c \ $(COMMON_DIR)/eeconfig.c \ + $(COMMON_DIR)/report.c \ $(PLATFORM_COMMON_DIR)/suspend.c \ $(PLATFORM_COMMON_DIR)/timer.c \ $(PLATFORM_COMMON_DIR)/bootloader.c \ |