# Makefile
#
#
# make -C path/to/kernel/src M=`pwd` modules STP_RUNTIME=path_to_systemtap_rt

CFLAGS += -I $(STP_RUNTIME)
obj-m := kprobe_schedule.o
