Avoid including the powertrace tools makefile more than once.
This commit is contained in:
parent
d0852a5bcc
commit
959af3b803
|
@ -1,2 +1,5 @@
|
|||
powertrace_src = powertrace.c
|
||||
ifndef POWERTRACE_TOOLS_MAKEFILE_INCLUDED
|
||||
POWERTRACE_TOOLS_MAKEFILE_INCLUDED = 1
|
||||
-include $(CONTIKI)/tools/powertrace/Makefile.powertrace
|
||||
endif #POWERTRACE_TOOLS_MAKEFILE_INCLUDED
|
||||
|
|
Loading…
Reference in a new issue