diff options
Diffstat (limited to 'Demos/Host/ClassDriver/makefile')
-rw-r--r-- | Demos/Host/ClassDriver/makefile | 4 |
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 $@ |