diff options
author | tmk <nobody@nowhere> | 2013-05-14 16:16:57 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-05-14 16:16:57 +0900 |
commit | d9c06db60006e2191d8b86e34f651644a54426b4 (patch) | |
tree | 14b79372b1d0f0d9623b21e6dbffa73ce2036b7f /common.mk | |
parent | b9f558b3d89fc434d6dab348698d5100ff82d16b (diff) |
Add xprintf(xitoa) from elm-chan.org
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ SRC += $(COMMON_DIR)/host.c \ $(COMMON_DIR)/print.c \ $(COMMON_DIR)/bootloader.c \ $(COMMON_DIR)/suspend.c \ + $(COMMON_DIR)/xprintf.S \ $(COMMON_DIR)/util.c |