Add PrinterHost to the project file and Host LowLevel directory makefile.

This commit is contained in:
Dean Camera 2009-07-20 13:41:37 +00:00
parent 2a90f66de2
commit 3ee3ed2d6d
5 changed files with 15 additions and 8 deletions

View file

@ -32,6 +32,9 @@ all:
make -C MouseHostWithParser clean
make -C MouseHostWithParser all
make -C PrinterHost clean
make -C PrinterHost all
make -C StillImageHost clean
make -C StillImageHost all
@ -43,4 +46,5 @@ all:
make -C MassStorageHost $@
make -C MouseHost $@
make -C MouseHostWithParser $@
make -C PrinterHost $@
make -C StillImageHost $@