aboutsummaryrefslogtreecommitdiff
path: root/LUFA
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-06-18 20:36:51 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-06-18 20:36:51 +0000
commit55ca63d90abd9202b7713257b8b08ceae5d6c0dc (patch)
tree1869dc2f0af251bf7bc616c4d6b9226c1de19589 /LUFA
parent6686851d2372bb2193febaf606de1b2976c568db (diff)
Minor makefile fixes - add phony targets, remove silence switch from the root makefile and add missing build modules to the ClassDriver VirtualSerial device demo.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2354 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/LUFA/makefile b/LUFA/makefile
index ebe2b19b..21f0f578 100644
--- a/LUFA/makefile
+++ b/LUFA/makefile
@@ -45,3 +45,6 @@ else
include Build/lufa.sources.in
include Build/lufa.doxygen.in
endif
+
+
+.PHONY: all export_tar version clean \ No newline at end of file