aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/ClassDriver/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-09-20 12:46:26 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-09-20 12:46:26 +0000
commit6c5c9212d816674c67aa3708b73558b023478b94 (patch)
tree1f2557ed618e0750269b507a148bb7812876a664 /Demos/Host/ClassDriver/makefile
parentaa640330a1b9421a16e425f5e0043a08558fb9bf (diff)
downloadlufa-6c5c9212d816674c67aa3708b73558b023478b94.tar.gz
lufa-6c5c9212d816674c67aa3708b73558b023478b94.tar.bz2
lufa-6c5c9212d816674c67aa3708b73558b023478b94.zip
Add KeyboardHost HID Host Class driver demo to the library.
Diffstat (limited to 'Demos/Host/ClassDriver/makefile')
-rw-r--r--Demos/Host/ClassDriver/makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Demos/Host/ClassDriver/makefile b/Demos/Host/ClassDriver/makefile
index 71607838d..f301021da 100644
--- a/Demos/Host/ClassDriver/makefile
+++ b/Demos/Host/ClassDriver/makefile
@@ -17,6 +17,9 @@ all:
make -C CDCHost clean
make -C CDCHost all
+ make -C KeyboardHost clean
+ make -C KeyboardHost all
+
make -C MouseHost clean
make -C MouseHost all
@@ -28,6 +31,7 @@ all:
%:
make -C CDCHost $@
+ make -C KeyboardHost $@
make -C MouseHost $@
make -C MassStorageHost $@
make -C StillImageHost $@