projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add start of an architecture port to the Atmel USB XMEGA devices.
[pub/USBasp.git]
/
Projects
/
makefile
diff --git
a/Projects/makefile
b/Projects/makefile
index
531c52e
..
707188c
100644
(file)
--- a/
Projects/makefile
+++ b/
Projects/makefile
@@
-20,6
+20,9
@@
all:
$(MAKE) -C Benito clean
$(MAKE) -C Benito all
$(MAKE) -C Benito clean
$(MAKE) -C Benito all
+ $(MAKE) -C HIDReportViewer clean
+ $(MAKE) -C HIDReportViewer all
+
$(MAKE) -C LEDNotifier clean
$(MAKE) -C LEDNotifier all
$(MAKE) -C LEDNotifier clean
$(MAKE) -C LEDNotifier all
@@
-53,9
+56,11
@@
all:
%:
$(MAKE) -C AVRISP-MKII $@
$(MAKE) -C Benito $@
%:
$(MAKE) -C AVRISP-MKII $@
$(MAKE) -C Benito $@
+ $(MAKE) -C HIDReportViewer $@
$(MAKE) -C LEDNotifier $@
$(MAKE) -C Magstripe $@
$(MAKE) -C MediaController $@
$(MAKE) -C LEDNotifier $@
$(MAKE) -C Magstripe $@
$(MAKE) -C MediaController $@
+ $(MAKE) -C MIDIToneGenerator $@
$(MAKE) -C MissileLauncher $@
$(MAKE) -C RelayBoard $@
$(MAKE) -C TempDataLogger $@
$(MAKE) -C MissileLauncher $@
$(MAKE) -C RelayBoard $@
$(MAKE) -C TempDataLogger $@