X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common.mk;h=9d58fa2145ffb8f3cdb14392c5bda2aa05be7807;hb=867f115bee190515aa195dc3e58f1c381ea9695b;hp=62ac0ff787e9dba800cb8a0375b9bc69001de43e;hpb=f15b2691c92e1d9b3c0e59363c803ec540303f37;p=tmk_firmware.git diff --git a/common.mk b/common.mk index 62ac0ff..9d58fa2 100644 --- a/common.mk +++ b/common.mk @@ -7,7 +7,7 @@ SRC += $(COMMON_DIR)/host.c \ $(COMMON_DIR)/action_layer.c \ $(COMMON_DIR)/action_util.c \ $(COMMON_DIR)/keymap.c \ - $(COMMON_DIR)/timer.c \ + $(COMMON_DIR)/avr/timer.c \ $(COMMON_DIR)/print.c \ $(COMMON_DIR)/bootloader.c \ $(COMMON_DIR)/suspend.c \