projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update UC3 platform driver support to use the bitmasks defined in the header files...
[pub/USBasp.git]
/
Demos
/
Host
/
LowLevel
/
makefile
diff --git
a/Demos/Host/LowLevel/makefile
b/Demos/Host/LowLevel/makefile
index
6657c80
..
08abaa5
100644
(file)
--- a/
Demos/Host/LowLevel/makefile
+++ b/
Demos/Host/LowLevel/makefile
@@
-1,6
+1,6
@@
#
# LUFA Library
#
# LUFA Library
-# Copyright (C) Dean Camera, 201
0
.
+# Copyright (C) Dean Camera, 201
1
.
#
# dean [at] fourwalledcubicle [dot] com
# www.lufa-lib.org
#
# dean [at] fourwalledcubicle [dot] com
# www.lufa-lib.org
@@
-14,6
+14,12
@@
# code.
all:
# code.
all:
+ $(MAKE) -C AudioInputHost clean
+ $(MAKE) -C AudioInputHost all
+
+ $(MAKE) -C AudioOutputHost clean
+ $(MAKE) -C AudioOutputHost all
+
$(MAKE) -C GenericHIDHost clean
$(MAKE) -C GenericHIDHost all
$(MAKE) -C GenericHIDHost clean
$(MAKE) -C GenericHIDHost all
@@
-48,6
+54,8
@@
all:
$(MAKE) -C VirtualSerialHost all
%:
$(MAKE) -C VirtualSerialHost all
%:
+ $(MAKE) -C AudioInputHost $@
+ $(MAKE) -C AudioOutputHost $@
$(MAKE) -C GenericHIDHost $@
$(MAKE) -C JoystickHostWithParser $@
$(MAKE) -C KeyboardHost $@
$(MAKE) -C GenericHIDHost $@
$(MAKE) -C JoystickHostWithParser $@
$(MAKE) -C KeyboardHost $@