diff options
Diffstat (limited to 'tool/mbed/mbed.mk')
| -rw-r--r-- | tool/mbed/mbed.mk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/tool/mbed/mbed.mk b/tool/mbed/mbed.mk index db322b260..2657a0fd3 100644 --- a/tool/mbed/mbed.mk +++ b/tool/mbed/mbed.mk | |||
| @@ -4,7 +4,9 @@ | |||
| 4 | OBJECTS += \ | 4 | OBJECTS += \ |
| 5 | $(OBJDIR)/libraries/mbed/common/gpio.o \ | 5 | $(OBJDIR)/libraries/mbed/common/gpio.o \ |
| 6 | $(OBJDIR)/libraries/mbed/common/us_ticker_api.o \ | 6 | $(OBJDIR)/libraries/mbed/common/us_ticker_api.o \ |
| 7 | $(OBJDIR)/libraries/mbed/common/wait_api.o | 7 | $(OBJDIR)/libraries/mbed/common/wait_api.o \ |
| 8 | $(OBJDIR)/libraries/USBDevice/USBDevice/USBDevice.o | ||
| 9 | |||
| 8 | 10 | ||
| 9 | # $(OBJDIR)/libraries/mbed/common/assert.o \ | 11 | # $(OBJDIR)/libraries/mbed/common/assert.o \ |
| 10 | # $(OBJDIR)/libraries/mbed/common/board.o \ | 12 | # $(OBJDIR)/libraries/mbed/common/board.o \ |
| @@ -75,9 +77,9 @@ INCLUDE_PATHS += \ | |||
| 75 | -I$(MBED_DIR)/libraries/USBDevice/USBSerial | 77 | -I$(MBED_DIR)/libraries/USBDevice/USBSerial |
| 76 | 78 | ||
| 77 | # TMK mbed protocol | 79 | # TMK mbed protocol |
| 78 | #OBJECTS += \ | 80 | OBJECTS += \ |
| 79 | # $(OBJDIR)/protocol/mbed/mbed_driver.o \ | 81 | $(OBJDIR)/protocol/mbed/mbed_driver.o \ |
| 80 | # $(OBJDIR)/protocol/mbed/HIDKeyboard.o | 82 | $(OBJDIR)/protocol/mbed/HIDKeyboard.o |
| 81 | 83 | ||
| 82 | INCLUDE_PATHS += \ | 84 | INCLUDE_PATHS += \ |
| 83 | -I$(TMK_DIR)/protocol/mbed | 85 | -I$(TMK_DIR)/protocol/mbed |
