From f5ae5e67471d254f78eecef7e4c35aa765dd3630 Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Tue, 11 May 2010 01:12:45 +0200 Subject: {tools/trace, avr/module/trace}: remove full url for trace header file Python tool now create the headers and C files to be usable in the current make directory. --- tools/trace/tcreator/template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/trace/tcreator/template.c b/tools/trace/tcreator/template.c index d3f4eaec..8c7b38c0 100644 --- a/tools/trace/tcreator/template.c +++ b/tools/trace/tcreator/template.c @@ -22,7 +22,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * }}} */ -#include "modules/trace/events.h" +#include "events.h" char *trace_table[%%NB%%] = { %%DATA%% -- cgit v1.2.3