Added avr-raven to compilation targets

This commit is contained in:
adamdunkels 2008-10-17 17:55:13 +00:00
parent a2ec4bee88
commit e3c1d488be

View File

@ -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 $*