• Kees Cook's avatar
    lkdtm: split build into multiple source files · 9e197e2f
    Kees Cook authored
    Kbuild lacks a way to do in-place objcopy or other modifications of
    built targets, so in order to move functions into non-text sections
    without renaming the kernel module, the build of lkdtm must be split
    into separate source files. This renames lkdtm.c to lkdtm_core.c in
    preparation for adding the source file for the .rodata section.
    Signed-off-by: default avatarKees Cook <keescook@chromium.org>
    9e197e2f
Makefile 2.19 KB