mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-02 15:04:52 +00:00
6 lines
210 B
Makefile
6 lines
210 B
Makefile
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
|