Skip to content
Snippets Groups Projects

Logger module parts module changes

Files
2
@@ -4,7 +4,7 @@ mkfile_dir := $(dir $(mkfile_path))
# obj-m specifie we're a kernel module.
obj-m += rts-logger.o
EXTRA_CFLAGS += -I$(mkfile_dir)/../../../include/
EXTRA_CFLAGS += -I$(mkfile_dir)/../../../include/ -I$(mkfile_dir)
# Set the path to the Kernel build utils.
KBUILD=/lib/modules/$(shell uname -r)/build/
Loading