diff options
author | Kees Cook <keescook@chromium.org> | 2016-06-26 08:46:23 -0700 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2016-07-07 11:09:20 -0700 |
commit | a3dff71c1c88fc184a1ae5e425ba621d547d16ec (patch) | |
tree | 7d6fe391cedf8905280eb9038844bba06276142d /drivers/misc/Makefile | |
parent | 0edca7b5afb4b0909eecd2ede9a6736ef7cafc42 (diff) | |
download | blackbird-obmc-linux-a3dff71c1c88fc184a1ae5e425ba621d547d16ec.tar.gz blackbird-obmc-linux-a3dff71c1c88fc184a1ae5e425ba621d547d16ec.zip |
lkdtm: split usercopy tests to separate file
This splits the USERCOPY_* tests into the new lkdtm_usercopy.c file to
help separate things better for readability.
Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'drivers/misc/Makefile')
-rw-r--r-- | drivers/misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index 7d45ed4a1549..e6b2778731ff 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile @@ -60,6 +60,7 @@ obj-$(CONFIG_PANEL) += panel.o lkdtm-$(CONFIG_LKDTM) += lkdtm_core.o lkdtm-$(CONFIG_LKDTM) += lkdtm_rodata_objcopy.o +lkdtm-$(CONFIG_LKDTM) += lkdtm_usercopy.o OBJCOPYFLAGS := OBJCOPYFLAGS_lkdtm_rodata_objcopy.o := \ |