]> git.gir.st - tmk_keyboard.git/blob - tmk_core/protocol/lufa/LUFA-git/BuildTests/makefile
Merge commit '20b787fc1284176834cbe7ca2134e4b36bec5828'
[tmk_keyboard.git] / tmk_core / protocol / lufa / LUFA-git / BuildTests / makefile
1 #
2 # LUFA Library
3 # Copyright (C) Dean Camera, 2014.
4 #
5 # dean [at] fourwalledcubicle [dot] com
6 # www.lufa-lib.org
7 #
8
9 # Makefile to build all the LUFA Build Tests. Build Tests are
10 # used to verify the correctness of the LUFA library, and are
11 # not intended to be modified or compiled by non-developers.
12
13 all:
14
15 %:
16 @echo Executing \"make $@\" on all LUFA build tests.
17 @echo
18 $(MAKE) -C BoardDriverTest $@
19 $(MAKE) -C BootloaderTest $@
20 $(MAKE) -C ModuleTest $@
21 $(MAKE) -C SingleUSBModeTest $@
22 $(MAKE) -C StaticAnalysisTest $@
23 @echo
24 @echo LUFA build test \"make $@\" operation complete.
Imprint / Impressum