mirror of https://github.com/qmk/qmk_firmware
11 lines
227 B
Makefile
11 lines
227 B
Makefile
|
#
|
||
|
# LUFA Library
|
||
|
# Copyright (C) Dean Camera, 2015.
|
||
|
#
|
||
|
# dean [at] fourwalledcubicle [dot] com
|
||
|
# www.lufa-lib.org
|
||
|
#
|
||
|
|
||
|
DMBS_LUFA_PATH ?= $(LUFA_PATH)/Build/LUFA
|
||
|
include $(DMBS_LUFA_PATH)/lufa-sources.mk
|