Makefile 206 B

123456
  1. # builds the trace events example kernel modules;
  2. # then to use one (as root): insmod <module_name.ko>
  3. CFLAGS_trace-events-sample.o := -I$(src)
  4. obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace-events-sample.o