mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-19 03:05:14 +00:00
Added avr-raven to compilation targets
This commit is contained in:
parent
a2ec4bee88
commit
e3c1d488be
@ -4,11 +4,12 @@ all:
|
||||
@uname -a
|
||||
@$(MAKE) -s -k compile || cat *.output
|
||||
|
||||
compile: 6502 msp430 native
|
||||
compile: 6502 msp430 native avr
|
||||
|
||||
6502: c64.platform c128.platform apple2enh.platform
|
||||
msp430: sky.platform esb.platform # msb430.platform
|
||||
native: native.platform netsim.platform minimal-net.platform
|
||||
avr: avr-raven
|
||||
|
||||
%.platform:
|
||||
@mkdir -p $*
|
||||
|
Loading…
Reference in New Issue
Block a user