diff --git a/source/lib/Makefile b/source/lib/Makefile index b957459bdb3f77fd4ec56bd44eae5181af76c6b8..63ab42e890bb5d56a25e8f29ae98c2331cec37aa 100644 --- a/source/lib/Makefile +++ b/source/lib/Makefile @@ -3,6 +3,7 @@ all: ifeq ($(BUILD_KERNEL_MODULE), YES) make -C internal/kernel_module + cp internal/kernel_module/sysak.ko $(OBJ_LIB_PATH)/ endif make -C uapi ifeq ($(BUILD_LIBBPF), YES)