tracing: small trave_events sample Makefile cleanup
authorChristoph Hellwig <hch@lst.de>
Wed, 6 May 2009 10:33:38 +0000 (12:33 +0200)
committerIngo Molnar <mingo@elte.hu>
Wed, 6 May 2009 14:48:56 +0000 (16:48 +0200)
Use -I$(src) to add the current directory the include path.

[ Impact: cleanup ]

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
samples/trace_events/Makefile

index 06c6dea..0d428dc 100644 (file)
@@ -1,8 +1,6 @@
 # builds the trace events example kernel modules;
 # then to use one (as root):  insmod <module_name.ko>
 
-PWD := $(shell pwd)
-
-CFLAGS_trace-events-sample.o := -I$(PWD)/samples/trace_events/
+CFLAGS_trace-events-sample.o := -I$(src)
 
 obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace-events-sample.o