diff options
author | tmk <nobody@nowhere> | 2014-09-22 10:42:20 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2014-09-22 10:42:20 +0900 |
commit | ea524d7befeb743c5316cb472f9180536ced5862 (patch) | |
tree | 1be232413b52bcac278d25be074c5394f069c283 /common.mk | |
parent | b9e265368fde73daff069788dcb58c8230d01b32 (diff) |
Adhoc fix compile error of usb_usb
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ SRC += $(COMMON_DIR)/host.c \ $(COMMON_DIR)/keymap.c \ $(COMMON_DIR)/timer.c \ $(COMMON_DIR)/print.c \ + $(COMMON_DIR)/debug.c \ $(COMMON_DIR)/bootloader.c \ $(COMMON_DIR)/suspend.c \ $(COMMON_DIR)/xprintf.S \ |