compile contiki library update:
* including selected Contiki process source files automatically at compilation time. -> removes the need for manually adding all source files in the cooja.config:s -> only selected source files are compiled
This commit is contained in:
parent
e81861a0cd
commit
facdd73eda
3 changed files with 66 additions and 44 deletions
|
@ -1 +1,3 @@
|
|||
se.sics.cooja.contikimote.ContikiMoteType.C_SOURCES = + app1.c app2.c
|
||||
## Not needed since update 2006-08-21.
|
||||
## Processfiles are thrown to compilation explicitly.
|
||||
#se.sics.cooja.contikimote.ContikiMoteType.C_SOURCES = + app1.c app2.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue