Subversion Repositories svnkaklik

Rev

Rev 410 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 410 Rev 484
Line 4... Line 4...
4
 
4
 
5
## General Flags
5
## General Flags
6
PROJECT = rs485
6
PROJECT = rs485
7
MCU = attiny2313
7
MCU = attiny2313
8
TARGET = rs485.elf
8
TARGET = rs485.elf
9
CC = avr-gcc.exe
9
CC = avr-gcc
10
 
10
 
11
## Options common to compile, link and assembly rules
11
## Options common to compile, link and assembly rules
12
COMMON = -mmcu=$(MCU)
12
COMMON = -mmcu=$(MCU)
13
 
13
 
14
## Compile options common for all C compilation units.
14
## Compile options common for all C compilation units.