added make clean + added an extra compilation command with CORE enabled
This commit is contained in:
parent
a4bc10edfa
commit
eb964b9dc6
1 changed files with 6 additions and 1 deletions
|
@ -21,12 +21,17 @@
|
||||||
<identifier>sky1</identifier>
|
<identifier>sky1</identifier>
|
||||||
<description>Sky Mote Type #sky1</description>
|
<description>Sky Mote Type #sky1</description>
|
||||||
<source>../../../examples/sky-shell-exec/sky-shell-exec.c</source>
|
<source>../../../examples/sky-shell-exec/sky-shell-exec.c</source>
|
||||||
<commands>echo COMPILING CONTIKI EXECUTABLE
|
<commands>echo CLEANING
|
||||||
|
make clean TARGET=sky
|
||||||
|
|
||||||
|
echo COMPILING CONTIKI EXECUTABLE
|
||||||
make hello-world.ce TARGET=sky
|
make hello-world.ce TARGET=sky
|
||||||
|
|
||||||
echo COMPILING FIRMWARE WITH CORE
|
echo COMPILING FIRMWARE WITH CORE
|
||||||
make sky-shell-exec.sky TARGET=sky
|
make sky-shell-exec.sky TARGET=sky
|
||||||
make sky-shell-exec.sky CORE=sky-shell-exec.sky TARGET=sky
|
make sky-shell-exec.sky CORE=sky-shell-exec.sky TARGET=sky
|
||||||
|
make sky-shell-exec.sky CORE=sky-shell-exec.sky TARGET=sky
|
||||||
|
make sky-shell-exec.sky CORE=sky-shell-exec.sky TARGET=sky
|
||||||
make sky-shell-exec.sky CORE=sky-shell-exec.sky TARGET=sky</commands>
|
make sky-shell-exec.sky CORE=sky-shell-exec.sky TARGET=sky</commands>
|
||||||
<firmware>../../../examples/sky-shell-exec/sky-shell-exec.sky</firmware>
|
<firmware>../../../examples/sky-shell-exec/sky-shell-exec.sky</firmware>
|
||||||
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
|
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
|
||||||
|
|
Loading…
Add table
Reference in a new issue