From 7e2493cc7a863fcfefed46f14bac06d9aa944bcd Mon Sep 17 00:00:00 2001 From: stubbfel Date: Sat, 12 May 2018 17:58:42 +0200 Subject: [PATCH] add Kbuild --- Kbuild | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Kbuild 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