projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove deleted source files from the LUFA library makefile.
[pub/USBasp.git]
/
Projects
/
AVRISP
/
makefile
diff --git
a/Projects/AVRISP/makefile
b/Projects/AVRISP/makefile
index
72b1fd7
..
0726f86
100644
(file)
--- a/
Projects/AVRISP/makefile
+++ b/
Projects/AVRISP/makefile
@@
-60,7
+60,7
@@
\r
\r
# MCU name
\r
\r
\r
# MCU name
\r
-MCU = at90usb
64
7
\r
+MCU = at90usb
128
7
\r
\r
\r
# Target board (see library "Board Types" documentation, USER or blank for projects not requiring
\r
\r
\r
# Target board (see library "Board Types" documentation, USER or blank for projects not requiring
\r
@@
-119,7
+119,7
@@
OBJDIR = .
\r
\r
# Path to the LUFA library
\r
\r
\r
# Path to the LUFA library
\r
-LUFA_PATH = ../../
../
\r
+LUFA_PATH = ../../
\r
\r
\r
# LUFA library compile-time options
\r
\r
\r
# LUFA library compile-time options
\r
@@
-197,6
+197,7
@@
CDEFS = -DF_CPU=$(F_CPU)UL -DF_CLOCK=$(F_CLOCK)UL -DBOARD=BOARD_$(BOARD) $(LUFA
CDEFS += -DRESET_LINE_PORT=PORTB
\r
CDEFS += -DRESET_LINE_DDR=DDRB
\r
CDEFS += -DRESET_LINE_MASK="(1 << 4)"
\r
CDEFS += -DRESET_LINE_PORT=PORTB
\r
CDEFS += -DRESET_LINE_DDR=DDRB
\r
CDEFS += -DRESET_LINE_MASK="(1 << 4)"
\r
+CDEFS += -DVTARGET_ADC_CHANNEL=2
\r
\r
\r
# Place -D or -U options here for ASM sources
\r
\r
\r
# Place -D or -U options here for ASM sources
\r
@@
-223,9
+224,9
@@
CFLAGS += -O$(OPT)
CFLAGS += -funsigned-char
\r
CFLAGS += -funsigned-bitfields
\r
CFLAGS += -ffunction-sections
\r
CFLAGS += -funsigned-char
\r
CFLAGS += -funsigned-bitfields
\r
CFLAGS += -ffunction-sections
\r
+CFLAGS += -fno-inline-small-functions
\r
CFLAGS += -fpack-struct
\r
CFLAGS += -fshort-enums
\r
CFLAGS += -fpack-struct
\r
CFLAGS += -fshort-enums
\r
-CFLAGS += -finline-limit=20
\r
CFLAGS += -Wall
\r
CFLAGS += -Wstrict-prototypes
\r
CFLAGS += -Wundef
\r
CFLAGS += -Wall
\r
CFLAGS += -Wstrict-prototypes
\r
CFLAGS += -Wundef
\r