summaryrefslogtreecommitdiff
path: root/hhkb/Makefile.iwrap
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2012-06-07 12:35:24 +0900
committertmk <nobody@nowhere>2012-06-07 12:35:24 +0900
commit63d82fcaeb78d0764f39667b937262ed4a692c17 (patch)
tree95c70db82410a69084594555a435b0a009ba68e9 /hhkb/Makefile.iwrap
parentf4125707399d11a7d80587659c464b9bcddb8c56 (diff)
Fixed Makefile to adjust new directories.
Diffstat (limited to 'hhkb/Makefile.iwrap')
-rw-r--r--hhkb/Makefile.iwrap10
1 files changed, 6 insertions, 4 deletions
diff --git a/hhkb/Makefile.iwrap b/hhkb/Makefile.iwrap
index cf020b94aa..d922b0f501 100644
--- a/hhkb/Makefile.iwrap
+++ b/hhkb/Makefile.iwrap
@@ -7,7 +7,7 @@
TARGET = hhkb_iwrap
# Directory common source filess exist
-COMMON_DIR = ..
+TOP_DIR = ..
# Directory keyboard dependent files exist
TARGET_DIR = .
@@ -85,7 +85,9 @@ PROGRAM_CMD = $(AVRDUDE) $(AVRDUDE_FLAGS) $(AVRDUDE_WRITE_FLASH) $(AVRDUDE_WRITE
# Search Path
VPATH = $(TARGET_DIR)
-include $(COMMON_DIR)/iwrap.mk
+include $(TOP_DIR)/protocol/iwrap.mk
# To be swatchable btween Bluetooth and USB. Comment out if you don't need USB.
-include $(COMMON_DIR)/vusb.mk
-include $(COMMON_DIR)/common.mk
+include $(TOP_DIR)/protocol/vusb.mk
+include $(TOP_DIR)/protocol.mk
+include $(TOP_DIR)/common.mk
+include $(TOP_DIR)/rules.mk