projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
[linux-2.6]
/
samples
/
trace_events
/
Makefile
1
# builds the trace events example kernel modules;
2
# then to use one (as root): insmod <module_name.ko>
3
4
CFLAGS_trace-events-sample.o := -I$(src)
5
6
obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace-events-sample.o