aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/LowLevel/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Host/LowLevel/makefile')
-rw-r--r--Demos/Host/LowLevel/makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Demos/Host/LowLevel/makefile b/Demos/Host/LowLevel/makefile
index 316b5c5a2..a69b25ba4 100644
--- a/Demos/Host/LowLevel/makefile
+++ b/Demos/Host/LowLevel/makefile
@@ -44,8 +44,8 @@ all:
make -C StillImageHost clean
make -C StillImageHost all
- make -C RNDISHost clean
- make -C RNDISHost all
+ make -C RNDISEthernetHost clean
+ make -C RNDISEthernetHost all
%:
make -C CDCHost $@
@@ -59,4 +59,4 @@ all:
make -C MouseHostWithParser $@
make -C PrinterHost $@
make -C StillImageHost $@
- make -C RNDISHost $@
+ make -C RNDISEthernetHost $@