Subversion Repositories DevTools

Rev

Rev 5726 | Rev 5757 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5726 Rev 5732
Line 11... Line 11...
11
#
11
#
12
###############################################################################
12
###############################################################################
13
 
13
 
14
toolset = avr_iar
14
toolset = avr_iar
15
 
15
 
16
o       = obj
16
o       = o
17
s       = asm
17
s       = s
18
a       = lib
18
a       = a
19
exe     = bin
19
exe     = srec
20
 
20
 
21
.SUFFIXES:  .asm
21
.SUFFIXES:  .asm
22
.PHONY:     iar
22
.PHONY:     iar
23
 
23
 
24
#
24
#