diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-27 12:35:31 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-27 12:35:31 +0000 |
commit | 8301dc553ed9d4e2072001ed56553dba57db038c (patch) | |
tree | 3c9b55dc3f9662aa5cb99c83e7e4f34700b2d4fa /Projects | |
parent | 8ecdc2b1441417bf97661a3d3edd17a5afd707bf (diff) | |
download | lufa-8301dc553ed9d4e2072001ed56553dba57db038c.tar.gz lufa-8301dc553ed9d4e2072001ed56553dba57db038c.tar.bz2 lufa-8301dc553ed9d4e2072001ed56553dba57db038c.zip |
Fix references to the renamed AVRISP-MKII project folder.
Diffstat (limited to 'Projects')
-rw-r--r-- | Projects/AVRISP-MKII/Doxygen.conf | 2 | ||||
-rw-r--r-- | Projects/makefile | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Projects/AVRISP-MKII/Doxygen.conf b/Projects/AVRISP-MKII/Doxygen.conf index eb8a1ab4c..de266e4d6 100644 --- a/Projects/AVRISP-MKII/Doxygen.conf +++ b/Projects/AVRISP-MKII/Doxygen.conf @@ -25,7 +25,7 @@ DOXYFILE_ENCODING = UTF-8 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.
-PROJECT_NAME = "AVRISP MKII Programmer Project"
+PROJECT_NAME = "AVRISP-MKII Clone Programmer Project"
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
diff --git a/Projects/makefile b/Projects/makefile index 27a18c137..578e5217a 100644 --- a/Projects/makefile +++ b/Projects/makefile @@ -14,8 +14,8 @@ # code. all: - make -C AVRISP clean - make -C AVRISP all + make -C AVRISP-MKII clean + make -C AVRISP-MKII all make -C Benito clean make -C Benito all @@ -36,7 +36,7 @@ all: make -C XPLAINBridge all %: - make -C AVRISP $@ + make -C AVRISP-MKII $@ make -C Benito $@ make -C LEDNotifier $@ make -C Magstripe $@ |