# This is a Makefile fragment loaded by the kernel Makefile. # See Documentation/kbuild/makefile.txt in the kernel source tree for # details. # If the module has a single source file, X.c, just add X.o to the # obj-m target: obj-m += panic.o