From 6b5e684c77e5fa855b609d01e9a07fec296e9257 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 19 Jul 2010 14:00:44 +0000 Subject: Update makefiles to use the latest WinAVR/Atmel toolchain makefile template. Add new module source variables to the library core makefile, so that module sources can be added to a project's makefile on a per-module rather than per-file basis. --- Projects/Benito/Benito.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Projects/Benito/Benito.txt') diff --git a/Projects/Benito/Benito.txt b/Projects/Benito/Benito.txt index 0f71a6b61..dc10cadf6 100644 --- a/Projects/Benito/Benito.txt +++ b/Projects/Benito/Benito.txt @@ -68,32 +68,32 @@ * * * AVR_RESET_LINE_PORT - * Makefile CDEFS + * Makefile LUFA_OPTS * Indicates the PORT register of the pin used to generate the target /RESET line pulse. * * * AVR_RESET_LINE_DDR - * Makefile CDEFS + * Makefile LUFA_OPTS * Indicates the DDR register of the pin used to generate the target /RESET line pulse. * * * AVR_RESET_LINE_MASK - * Makefile CDEFS + * Makefile LUFA_OPTS * Indicates the mask of the pin used to generate the target /RESET line pulse. * * * AVR_RESET_PULSE_MS - * Makefile CDEFS + * Makefile LUFA_OPTS * Pulse length in milliseconds for the target /RESET pulse. * * * TX_RX_LED_PULSE_MS - * Makefile CDEFS + * Makefile LUFA_OPTS * Pulse length in milliseconds for the activity Tx/Rx LEDs. * * * PING_PONG_LED_PULSE_MS - * Makefile CDEFS + * Makefile LUFA_OPTS * Pulse length in milliseconds for the enumeration LED ping-poning between toggles. * * -- cgit v1.2.3