X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/e331b531c6e6d93eb0eee42b9002074e8090ad18..6e7fc21a94f29e09b4bdce7c17cade5b1322bc7d:/Demos/Host/LowLevel/makefile diff --git a/Demos/Host/LowLevel/makefile b/Demos/Host/LowLevel/makefile index 2a1caed5e..1c40da1a5 100644 --- a/Demos/Host/LowLevel/makefile +++ b/Demos/Host/LowLevel/makefile @@ -1,9 +1,9 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2010. -# +# Copyright (C) Dean Camera, 2011. +# # dean [at] fourwalledcubicle [dot] com -# www.fourwalledcubicle.com +# www.lufa-lib.org # # Makefile to build all the LUFA Host Demos. Call with "make all" to @@ -38,12 +38,12 @@ all: $(MAKE) -C PrinterHost clean $(MAKE) -C PrinterHost all - $(MAKE) -C StillImageHost clean - $(MAKE) -C StillImageHost all - $(MAKE) -C RNDISEthernetHost clean $(MAKE) -C RNDISEthernetHost all + $(MAKE) -C StillImageHost clean + $(MAKE) -C StillImageHost all + $(MAKE) -C VirtualSerialHost clean $(MAKE) -C VirtualSerialHost all @@ -57,6 +57,7 @@ all: $(MAKE) -C MouseHost $@ $(MAKE) -C MouseHostWithParser $@ $(MAKE) -C PrinterHost $@ - $(MAKE) -C StillImageHost $@ $(MAKE) -C RNDISEthernetHost $@ + $(MAKE) -C StillImageHost $@ $(MAKE) -C VirtualSerialHost $@ +