summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2012-09-12 07:03:20 +0200
committertmk <nobody@nowhere>2012-10-17 08:53:20 +0200
commit93e33fb8f694c9685accd72ed0458a2cf3d3f04a (patch)
tree7d2e6c338506d4081454b048702693fb2dc1e9e7
parent4e91374125b390eb12f8bf52eb791ce3461b2895 (diff)
downloadqmk_firmware-93e33fb8f694c9685accd72ed0458a2cf3d3f04a.tar.gz
qmk_firmware-93e33fb8f694c9685accd72ed0458a2cf3d3f04a.tar.xz
Fix: Makefile
-rw-r--r--keyboard/hhkb/Makefile.vusb6
-rw-r--r--keyboard/macway/Makefile.lufa1
2 files changed, 4 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 = ../..
TARGET_DIR = .
# keyboard dependent files
-SRC = main.c \
+SRC = \
keymap.c \
matrix.c \
led.c
@@ -83,9 +83,9 @@ PROGRAM_CMD = $(AVRDUDE) $(AVRDUDE_FLAGS) $(AVRDUDE_WRITE_FLASH) $(AVRDUDE_WRITE
# Search Path
-VPATH = $(TARGET_DIR)
+VPATH = $(TARGET_DIR)
+VPATH += $(TOP_DIR)
include $(TOP_DIR)/protocol/vusb.mk
-include $(TOP_DIR)/protocol.mk
include $(TOP_DIR)/common.mk
include $(TOP_DIR)/rules.mk
diff --git a/keyboard/macway/Makefile.lufa b/keyboard/macway/Makefile.lufa
index 9c9388ee2..1f365da11 100644
--- a/keyboard/macway/Makefile.lufa
+++ b/keyboard/macway/Makefile.lufa
@@ -99,6 +99,7 @@ F_USB = $(F_CPU)
#
MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
+CONSOLE_ENABLE = yes # Console for debug
#NKRO_ENABLE = yes # USB Nkey Rollover
#PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support