aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-08-18 07:42:19 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-08-18 07:42:19 +0000
commit6d9948679133bdd6e8747da044e1b26e69732a9a (patch)
treeff2df37bae14afca618d98feaf8b7982eebd435c /Projects/makefile
parent0934f5c185ec791ba3440a0868f81900d13f706a (diff)
downloadlufa-6d9948679133bdd6e8747da044e1b26e69732a9a.tar.gz
lufa-6d9948679133bdd6e8747da044e1b26e69732a9a.tar.bz2
lufa-6d9948679133bdd6e8747da044e1b26e69732a9a.zip
Fixed invalid data being returned when a GetStatus request is issued in Device mode with an unhandled data recipient.
Fix up Programmers Notepad Project file to show new Projects directory layout. Remove now moved AVRISP project from the Projects directory makefile.
Diffstat (limited to 'Projects/makefile')
-rw-r--r--Projects/makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Projects/makefile b/Projects/makefile
index 81bf714b2..3b6907ae6 100644
--- a/Projects/makefile
+++ b/Projects/makefile
@@ -14,9 +14,6 @@
# code.
all:
- make -C AVRISP clean
- make -C AVRISP all
-
make -C Benito clean
make -C Benito all
@@ -27,7 +24,6 @@ all:
make -C MissileLauncher all
%:
- make -C AVRISP $@
make -C Benito $@
make -C Magstripe $@
make -C MissileLauncher $@