test build of 'Host shield' in minimal env.
This commit is contained in:
parent
9382bf2f76
commit
c5060ea819
26 changed files with 500 additions and 267 deletions
|
@ -1,18 +1,20 @@
|
|||
LUFA_DIR = protocol/lufa
|
||||
|
||||
# Path to the LUFA library
|
||||
LUFA_PATH = $(TOP_DIR)/protocol/lufa/LUFA-120219
|
||||
LUFA_PATH = protocol/lufa/LUFA-120219
|
||||
|
||||
# Create the LUFA source path variables by including the LUFA root makefile
|
||||
include $(LUFA_PATH)/LUFA/makefile
|
||||
include $(TOP_DIR)/$(LUFA_PATH)/LUFA/makefile
|
||||
|
||||
LUFA_SRC = $(LUFA_DIR)/lufa.c \
|
||||
$(LUFA_DIR)/descriptor.c \
|
||||
$(LUFA_SRC_USB)
|
||||
SRC += $(subst $(LUFA_PATH)/,,$(LUFA_SRC))
|
||||
|
||||
SRC += $(LUFA_SRC)
|
||||
|
||||
# Search Path
|
||||
VPATH += $(LUFA_PATH)
|
||||
VPATH += $(TOP_DIR)/$(LUFA_DIR)
|
||||
VPATH += $(TOP_DIR)/$(LUFA_PATH)
|
||||
|
||||
# Option modules
|
||||
#ifdef $(or MOUSEKEY_ENABLE, PS2_MOUSE_ENABLE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue