aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authorJun Wako <wakojun@gmail.com>2014-12-12 14:05:05 +0900
committerJun Wako <wakojun@gmail.com>2015-01-04 17:21:42 +0900
commit8f1e311cd7624d765901c69e61837db33a51928b (patch)
tree641c06cd3043cae76f8198a3fbdf9361c19884c7 /tool
parent06527bde4f873ffc6eb8e359fb3b150e880b89ba (diff)
downloadfirmware-8f1e311cd7624d765901c69e61837db33a51928b.tar.gz
firmware-8f1e311cd7624d765901c69e61837db33a51928b.tar.bz2
firmware-8f1e311cd7624d765901c69e61837db33a51928b.zip
Ad hoc fix of print and debug for mbed
Diffstat (limited to 'tool')
-rw-r--r--tool/mbed/common.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/tool/mbed/common.mk b/tool/mbed/common.mk
index 93a927a3e..403da9ac8 100644
--- a/tool/mbed/common.mk
+++ b/tool/mbed/common.mk
@@ -7,6 +7,8 @@ OBJECTS += \
$(OBJDIR)/common/host.o \
$(OBJDIR)/common/keymap.o \
$(OBJDIR)/common/keyboard.o \
+ $(OBJDIR)/common/print.o \
+ $(OBJDIR)/common/debug.o \
$(OBJDIR)/common/util.o \
$(OBJDIR)/common/mbed/suspend.o \
$(OBJDIR)/common/mbed/timer.o \