diff options
Diffstat (limited to 'keyboard/hhkb/Makefile.vusb')
| -rw-r--r-- | keyboard/hhkb/Makefile.vusb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboard/hhkb/Makefile.vusb b/keyboard/hhkb/Makefile.vusb index 6dd628807..8caf23497 100644 --- a/keyboard/hhkb/Makefile.vusb +++ b/keyboard/hhkb/Makefile.vusb | |||
| @@ -13,7 +13,7 @@ TOP_DIR = ../.. | |||
| 13 | TARGET_DIR = . | 13 | TARGET_DIR = . |
| 14 | 14 | ||
| 15 | # keyboard dependent files | 15 | # keyboard dependent files |
| 16 | SRC = main.c \ | 16 | SRC = \ |
| 17 | keymap.c \ | 17 | keymap.c \ |
| 18 | matrix.c \ | 18 | matrix.c \ |
| 19 | led.c | 19 | led.c |
| @@ -83,9 +83,9 @@ PROGRAM_CMD = $(AVRDUDE) $(AVRDUDE_FLAGS) $(AVRDUDE_WRITE_FLASH) $(AVRDUDE_WRITE | |||
| 83 | 83 | ||
| 84 | 84 | ||
| 85 | # Search Path | 85 | # Search Path |
| 86 | VPATH = $(TARGET_DIR) | 86 | VPATH = $(TARGET_DIR) |
| 87 | VPATH += $(TOP_DIR) | ||
| 87 | 88 | ||
| 88 | include $(TOP_DIR)/protocol/vusb.mk | 89 | include $(TOP_DIR)/protocol/vusb.mk |
| 89 | include $(TOP_DIR)/protocol.mk | ||
| 90 | include $(TOP_DIR)/common.mk | 90 | include $(TOP_DIR)/common.mk |
| 91 | include $(TOP_DIR)/rules.mk | 91 | include $(TOP_DIR)/rules.mk |
