X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/0934f5c185ec791ba3440a0868f81900d13f706a..32cc2b8d4d9f2c66a9dbfa859f476c077592e2cf:/Projects/Unfinished/AVRISP/makefile diff --git a/Projects/Unfinished/AVRISP/makefile b/Projects/Unfinished/AVRISP/makefile index 22fef8b72..d2128dcf3 100644 --- a/Projects/Unfinished/AVRISP/makefile +++ b/Projects/Unfinished/AVRISP/makefile @@ -119,7 +119,7 @@ OBJDIR = . # Path to the LUFA library -LUFA_PATH = ../../ +LUFA_PATH = ../../../ # LUFA library compile-time options @@ -193,6 +193,10 @@ CSTANDARD = -std=gnu99 # Place -D or -U options here for C sources CDEFS = -DF_CPU=$(F_CPU)UL -DF_CLOCK=$(F_CLOCK)UL -DBOARD=BOARD_$(BOARD) $(LUFA_OPTS) +CDEFS += -DRESET_LINE_PORT=PORTA +CDEFS += -DRESET_LINE_DDR=DDRA +CDEFS += -DRESET_LINE_MASK="(1 << 0)" + # Place -D or -U options here for ASM sources ADEFS = -DF_CPU=$(F_CPU)