diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-06-18 20:36:51 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-06-18 20:36:51 +0000 |
commit | 6fa8da4e561ee920f66ece42ce7e937a5399626d (patch) | |
tree | 1869dc2f0af251bf7bc616c4d6b9226c1de19589 /Demos/Device | |
parent | d8621ee8f4e214403efd391587eec1503697c25e (diff) | |
download | lufa-6fa8da4e561ee920f66ece42ce7e937a5399626d.tar.gz lufa-6fa8da4e561ee920f66ece42ce7e937a5399626d.tar.bz2 lufa-6fa8da4e561ee920f66ece42ce7e937a5399626d.zip |
Minor makefile fixes - add phony targets, remove silence switch from the root makefile and add missing build modules to the ClassDriver VirtualSerial device demo.
Diffstat (limited to 'Demos/Device')
-rw-r--r-- | Demos/Device/ClassDriver/VirtualSerial/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Demos/Device/ClassDriver/VirtualSerial/makefile b/Demos/Device/ClassDriver/VirtualSerial/makefile index 5c1cc1c34..ebf002909 100644 --- a/Demos/Device/ClassDriver/VirtualSerial/makefile +++ b/Demos/Device/ClassDriver/VirtualSerial/makefile @@ -28,6 +28,8 @@ all: include $(LUFA_PATH)/Build/lufa.core.in include $(LUFA_PATH)/Build/lufa.sources.in include $(LUFA_PATH)/Build/lufa.build.in +include $(LUFA_PATH)/Build/lufa.cppcheck.in include $(LUFA_PATH)/Build/lufa.doxygen.in include $(LUFA_PATH)/Build/lufa.dfu.in include $(LUFA_PATH)/Build/lufa.avrdude.in +include $(LUFA_PATH)/Build/lufa.atprogram.in |