Add Makefile.lufa to keyboard/hhkb and hbkb.

This commit is contained in:
tmk
2012-06-30 13:26:09 +09:00
parent f427529a30
commit 2c5d3ac76f
13 changed files with 322 additions and 71 deletions

View File

@ -2,7 +2,8 @@ PJRC_DIR = protocol/pjrc
OPT_DEFS += -DHOST_PJRC
SRC += $(PJRC_DIR)/pjrc.c \
SRC += $(PJRC_DIR)/main.c \
$(PJRC_DIR)/pjrc.c \
$(PJRC_DIR)/usb_keyboard.c \
$(PJRC_DIR)/usb_debug.c \
$(PJRC_DIR)/usb.c