diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-06-02 21:47:16 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-06-02 21:47:16 +0000 |
| commit | 9392b6c0007657f6474212fd460d8b4b2b6ed734 (patch) | |
| tree | 8540f444fa559ccba1309c1d06ac17fd6a5ed936 /LUFA/Build | |
| parent | a741b8aeadc8313483f03a2f149029607e08a984 (diff) | |
Fix AVRDUDE and BUILD build system module comments.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2290 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Build')
| -rw-r--r-- | LUFA/Build/lufa.avrdude.in | 2 | ||||
| -rw-r--r-- | LUFA/Build/lufa.build.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Build/lufa.avrdude.in b/LUFA/Build/lufa.avrdude.in index 01485045..4c0cb31e 100644 --- a/LUFA/Build/lufa.avrdude.in +++ b/LUFA/Build/lufa.avrdude.in @@ -12,7 +12,7 @@ LUFA_BUILD_MANDATORY_VARS += MCU TARGET LUFA_BUILD_OPTIONAL_VARS += AVRDUDE_PROGRAMMER AVRDUDE_PORT AVRDUDE_FLAGS
# -----------------------------------------------------------------------------
-# LUFA DFU Bootloader Buildsystem Makefile Module.
+# LUFA AVRDUDE Programmer Buildsystem Makefile Module.
# -----------------------------------------------------------------------------
# DESCRIPTION:
# Provides a set of targets to re-program a device using the open source
diff --git a/LUFA/Build/lufa.build.in b/LUFA/Build/lufa.build.in index 3b28db9e..f7775781 100644 --- a/LUFA/Build/lufa.build.in +++ b/LUFA/Build/lufa.build.in @@ -12,7 +12,7 @@ LUFA_BUILD_MANDATORY_VARS += TARGET ARCH MCU SRC F_USB LUFA_PATH LUFA_BUILD_OPTIONAL_VARS += BOARD OPTIMIZATION C_STANDARD CPP_STANDARD F_CPU C_FLAGS CPP_FLAGS ASM_FLAGS CC_FLAGS LD_FLAGS
# -----------------------------------------------------------------------------
-# LUFA Compiler Buildsystem Makefile Module.
+# LUFA GCC Compiler Buildsystem Makefile Module.
# -----------------------------------------------------------------------------
# DESCRIPTION:
# Provides a set of targets to build a C, C++ and/or Assembly application
|
