mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-02-12 23:33:58 +00:00
Update build test "ModuleTest" to check platform drivers where possible. Add missing copyright/license headers.
This commit is contained in:
@@ -13,6 +13,9 @@
|
||||
# application.
|
||||
|
||||
all:
|
||||
@echo Executing build test "ModuleTest".
|
||||
@echo
|
||||
|
||||
$(MAKE) -f makefile.avr8 clean
|
||||
$(MAKE) -f makefile.avr8
|
||||
|
||||
@@ -22,6 +25,9 @@ all:
|
||||
$(MAKE) -f makefile.uc3 clean
|
||||
$(MAKE) -f makefile.uc3
|
||||
|
||||
@echo Build test "ModuleTest" complete.
|
||||
@echo
|
||||
|
||||
clean:
|
||||
$(MAKE) -f makefile.avr8 clean
|
||||
$(MAKE) -f makefile.xmega clean
|
||||
|
||||
Reference in New Issue
Block a user