# builds the trace example kernel modules;
# then to use (as root):  insmod <fork_trace.ko>

obj-$(CONFIG_SAMPLE_RELAY) := fork_trace.o fork_new_trace.o
