Removed the deprecated netsim platform. Added z1 and redbee.
This commit is contained in:
parent
722b6e0b96
commit
07fcc7ae84
|
@ -12,14 +12,17 @@ tools:
|
|||
@(cd ../../../tools ; $(MAKE))
|
||||
@(cd ../../../tools/sky/uip6-bridge ; $(MAKE))
|
||||
|
||||
shell: example-example-shell.native example-example-shell.netsim
|
||||
shell: example-example-shell.native
|
||||
hello-world: example-hello-world.sky example-hello-world.native \
|
||||
example-hello-world.netsim example-hello-world.minimal-net example-hello-world.msb430
|
||||
rime-examples: example-rime.sky example-rime.netsim example-rime.esb
|
||||
example-hello-world.minimal-net example-hello-world.msb430
|
||||
example-hello-world.micaz example-hello-world.raven
|
||||
example-hello-world.redbee-econotag example-hello-world.z1
|
||||
rime-examples: example-rime.sky example-rime.z1 example-rime.esb example-rime.redbee-econotag
|
||||
ipso-ipv6-raven: example-ipso-ipv6-raven.raven
|
||||
jcreate: example-jcreate.jcreate
|
||||
multi-threading: example-multi-threading.sky \
|
||||
example-multi-threading.native example-multi-threading.msb430
|
||||
example-multi-threading.native example-multi-threading.msb430 \
|
||||
example-multi-threading.z1
|
||||
sky: example-sky.sky
|
||||
sky-ip: example-sky-ip.sky
|
||||
sky-shell: example-sky-shell.sky
|
||||
|
|
|
@ -4,12 +4,13 @@ all:
|
|||
@uname -a
|
||||
@$(MAKE) -s -k compile || cat *.output
|
||||
|
||||
compile: 6502 msp430 native avr
|
||||
compile: 6502 msp430 native avr arm
|
||||
|
||||
6502: c64.platform c128.platform apple2enh.platform atari.platform
|
||||
msp430: sky.platform esb.platform # msb430.platform
|
||||
msp430: sky.platform esb.platform z1.platform
|
||||
native: native.platform minimal-net.platform
|
||||
avr: avr-raven.platform
|
||||
arm: redbee-econotag.platform redbee-dev.platform
|
||||
|
||||
clean:
|
||||
@rm -rf [a-z]*
|
||||
|
|
Loading…
Reference in a new issue