]> git.gir.st - tmk_keyboard.git/blob - protocol/pjrc.mk
Fix LUFA descriptor of Extra for Windows
[tmk_keyboard.git] / protocol / pjrc.mk
1 PJRC_DIR = protocol/pjrc
2
3 OPT_DEFS += -DHOST_PJRC
4
5 SRC += $(PJRC_DIR)/main.c \
6 $(PJRC_DIR)/pjrc.c \
7 $(PJRC_DIR)/usb_keyboard.c \
8 $(PJRC_DIR)/usb_debug.c \
9 $(PJRC_DIR)/usb.c
10
11 # Option modules
12 ifdef $(or MOUSEKEY_ENABLE, PS2_MOUSE_ENABLE)
13 SRC += $(PJRC_DIR)/usb_mouse.c
14 endif
15
16 ifdef EXTRAKEY_ENABLE
17 SRC += $(PJRC_DIR)/usb_extra.c
18 endif
19
20 # Search Path
21 VPATH += $(TOP_DIR)/$(PJRC_DIR)
Imprint / Impressum