aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-06-19 04:47:53 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-06-19 04:47:53 +0000
commit2e6370a6b9a4893d686a8beba603b12be0376ea6 (patch)
tree3e22355e4439e238525ecb1967a24516ed3cc607 /Projects/makefile
parent5ee8068f2c11b1f717341ca0fc7650cdf8e7af0d (diff)
downloadlufa-2e6370a6b9a4893d686a8beba603b12be0376ea6.tar.gz
lufa-2e6370a6b9a4893d686a8beba603b12be0376ea6.tar.bz2
lufa-2e6370a6b9a4893d686a8beba603b12be0376ea6.zip
Add missing project files for the new HIDReportViewer project to upgrade its status to a finished (working) project.
Diffstat (limited to 'Projects/makefile')
-rw-r--r--Projects/makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Projects/makefile b/Projects/makefile
index d3eccd7c9..707188cf9 100644
--- a/Projects/makefile
+++ b/Projects/makefile
@@ -20,6 +20,9 @@ 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
@@ -53,6 +56,7 @@ all:
%:
$(MAKE) -C AVRISP-MKII $@
$(MAKE) -C Benito $@
+ $(MAKE) -C HIDReportViewer $@
$(MAKE) -C LEDNotifier $@
$(MAKE) -C Magstripe $@
$(MAKE) -C MediaController $@