X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common.mk;h=b854f09cdbf98a0dd2d872d084140911e20c293e;hb=ed52ebb9870a26496b13a0565c1aaca8ded3465b;hp=04f036477115de2a1410d5e7fb517ec3f2d2ed2c;hpb=adbb86b1ec8b07e86ae7425374e95b82122e48a7;p=tmk_firmware.git diff --git a/common.mk b/common.mk index 04f0364..b854f09 100644 --- a/common.mk +++ b/common.mk @@ -8,6 +8,7 @@ SRC += $(COMMON_DIR)/host.c \ $(COMMON_DIR)/action_util.c \ $(COMMON_DIR)/keymap.c \ $(COMMON_DIR)/print.c \ + $(COMMON_DIR)/debug.c \ $(COMMON_DIR)/util.c \ $(COMMON_DIR)/avr/suspend.c \ $(COMMON_DIR)/avr/xprintf.S \