dma-mapping: x86: use asm-generic/dma-mapping-common.h
[deliverable/linux.git] / samples / trace_events / Makefile
... / ...
CommitLineData
1# builds the trace events example kernel modules;
2# then to use one (as root): insmod <module_name.ko>
3
4CFLAGS_trace-events-sample.o := -I$(src)
5
6obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace-events-sample.o
This page took 0.024754 seconds and 5 git commands to generate.