diff options
Diffstat (limited to 'driver/Kbuild')
-rw-r--r-- | driver/Kbuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/driver/Kbuild b/driver/Kbuild index 33003e87..2ebe6828 100644 --- a/driver/Kbuild +++ b/driver/Kbuild @@ -4,4 +4,5 @@ obj-m := swap_driver.o swap_driver-y := error_storage.o device_driver.o ec.o legacy.o module.o probes.o \ probes_manager.o storage.o us_proc_inst.o helper.o us_slot_manager.o \ sspt/ip.o sspt/sspt_page.o sspt/sspt_file.o sspt/sspt_proc.o \ - filters/filters_core.o filters/filter_by_pach.o us_def_handler.o + filters/filters_core.o filters/filter_by_pach.o us_def_handler.o \ + ks_def_handler.o |