repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
page allocator: do not sanity check order in the fast path
[linux/fpc-iii.git]
/
samples
/
trace_events
/
Makefile
blob
0d428dc6728339e7274519f68739a634abc32494
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