diff options
Diffstat (limited to 'Demos/Device/ClassDriver/makefile')
-rw-r--r-- | Demos/Device/ClassDriver/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Demos/Device/ClassDriver/makefile b/Demos/Device/ClassDriver/makefile index 8a691bbff..97194a7aa 100644 --- a/Demos/Device/ClassDriver/makefile +++ b/Demos/Device/ClassDriver/makefile @@ -35,6 +35,9 @@ all: $(MAKE) -C KeyboardMouse clean $(MAKE) -C KeyboardMouse all + $(MAKE) -C KeyboardMouseMultiReport clean + $(MAKE) -C KeyboardMouseMultiReport all + $(MAKE) -C MassStorage clean $(MAKE) -C MassStorage all |