From cf4575b94a3c65e6535a159fc71fc885aebc2620 Mon Sep 17 00:00:00 2001 From: Drashna Jaelre Date: Fri, 2 Aug 2019 14:02:40 -0700 Subject: Fix the LUFA lib to use a submodule instead of just files (#6245) * Remove LUFA files * Update descriptions for newer version of LUFA * Create PR6245.md * Fix CDC(Serial) type errors * Fix missed merge conflict for AUDIO_DTYPE_CSInterface --- lib/lufa/BuildTests/makefile | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 lib/lufa/BuildTests/makefile (limited to 'lib/lufa/BuildTests/makefile') diff --git a/lib/lufa/BuildTests/makefile b/lib/lufa/BuildTests/makefile deleted file mode 100644 index 369ea9ad2..000000000 --- a/lib/lufa/BuildTests/makefile +++ /dev/null @@ -1,24 +0,0 @@ -# -# LUFA Library -# Copyright (C) Dean Camera, 2017. -# -# dean [at] fourwalledcubicle [dot] com -# www.lufa-lib.org -# - -# Makefile to build all the LUFA Build Tests. Build Tests are -# used to verify the correctness of the LUFA library, and are -# not intended to be modified or compiled by non-developers. - -all: - -%: - @echo Executing \"make $@\" on all LUFA build tests. - @echo - $(MAKE) -C BoardDriverTest $@ - $(MAKE) -C BootloaderTest $@ - $(MAKE) -C ModuleTest $@ - $(MAKE) -C SingleUSBModeTest $@ - $(MAKE) -C StaticAnalysisTest $@ - @echo - @echo LUFA build test \"make $@\" operation complete. -- cgit v1.2.3-70-g09d2