|
|
@ -13,7 +13,7 @@ TOP_DIR = ../..
|
|
|
|
TARGET_DIR = .
|
|
|
|
TARGET_DIR = .
|
|
|
|
|
|
|
|
|
|
|
|
# keyboard dependent files
|
|
|
|
# keyboard dependent files
|
|
|
|
SRC = main.c \
|
|
|
|
SRC = \
|
|
|
|
keymap.c \
|
|
|
|
keymap.c \
|
|
|
|
matrix.c \
|
|
|
|
matrix.c \
|
|
|
|
led.c
|
|
|
|
led.c
|
|
|
@ -83,9 +83,9 @@ PROGRAM_CMD = $(AVRDUDE) $(AVRDUDE_FLAGS) $(AVRDUDE_WRITE_FLASH) $(AVRDUDE_WRITE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Search Path
|
|
|
|
# Search Path
|
|
|
|
VPATH = $(TARGET_DIR)
|
|
|
|
VPATH = $(TARGET_DIR)
|
|
|
|
|
|
|
|
VPATH += $(TOP_DIR)
|
|
|
|
|
|
|
|
|
|
|
|
include $(TOP_DIR)/protocol/vusb.mk
|
|
|
|
include $(TOP_DIR)/protocol/vusb.mk
|
|
|
|
include $(TOP_DIR)/protocol.mk
|
|
|
|
|
|
|
|
include $(TOP_DIR)/common.mk
|
|
|
|
include $(TOP_DIR)/common.mk
|
|
|
|
include $(TOP_DIR)/rules.mk
|
|
|
|
include $(TOP_DIR)/rules.mk
|
|
|
|