diff --git a/Kbuild b/Kbuild new file mode 100644 index 0000000..af1eeca --- /dev/null +++ b/Kbuild @@ -0,0 +1,7 @@ +obj-m += kunity_test_runner_module.o +kunity_test_runner_module-objs += src/kunity_proc_test_file_handler.o +kunity_test_runner_module-objs += src/kunity_test_finder.o +kunity_test_runner_module-objs += src/runner_module.o + +ccflags-y += -I${PWD}/src +ccflags-y += -I${PWD}/lib/KUnity/src