Minor makefile fixes - add phony targets, remove silence switch from the root makefile and add missing build modules to the ClassDriver VirtualSerial device demo.

This commit is contained in:
Dean Camera 2012-06-18 20:36:51 +00:00
parent d8621ee8f4
commit 6fa8da4e56
4 changed files with 12 additions and 4 deletions

View file

@ -89,3 +89,6 @@ validate-branch:
# Validate the working branch for general release, check for placeholder documentation then build and test everything
validate-release: check-documentation-placeholders validate-branch
.PHONY: all upgrade-doxygen make-as4-projects check-documentation-placeholders validate-branch