aboutsummaryrefslogtreecommitdiff
path: root/Demos/Host/ClassDriver/makefile
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-11-26 04:46:31 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-11-26 04:46:31 +0000
commitf7e25383e697bc65c5ab1f432d3868d981511166 (patch)
tree98cd416fe1b9407956892a22e5b01b3018ccbb09 /Demos/Host/ClassDriver/makefile
parentbe714bf3d6f9c21e65ef910c930367ba70c6731d (diff)
Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost Class Driver demo.
Fixed all Class drivers to ensure they have appropriate guards on each function to ensure the device is enumerated before running, fixed error codes on all guards to return "DeviceDisconnected" where possble. Renamed HOST_SENDCONTROL_DeviceDisconnect enum value to HOST_SENDCONTROL_DeviceDisconnected to be in line with the rest of the library enum error codes. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@923 d5102386-fcda-11dd-9fdb-3debd5008f28
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 675ddfdc..e7ad330d 100644
--- a/Demos/Host/ClassDriver/makefile
+++ b/Demos/Host/ClassDriver/makefile
@@ -41,6 +41,9 @@ all:
make -C PrinterHost clean
make -C PrinterHost all
+ make -C RNDISEthernetHost clean
+ make -C RNDISEthernetHost all
+
make -C StillImageHost clean
make -C StillImageHost all
@@ -53,4 +56,5 @@ all:
make -C MouseHostWithParser $@
make -C MassStorageHost $@
make -C PrinterHost $@
+ make -C RNDISEthernetHost $@
make -C StillImageHost $@