Update build test "ModuleTest" to check platform drivers where possible. Add missing copyright/license headers.
This commit is contained in:
parent
b7f4370c8e
commit
0e4ece1d1d
10 changed files with 146 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue