diff options
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index 8fc0d3a9b34f..6200f978740d 100644 --- a/lib/Makefile +++ b/lib/Makefile | |||
@@ -53,6 +53,7 @@ obj-$(CONFIG_TEST_FIRMWARE) += test_firmware.o | |||
53 | obj-$(CONFIG_TEST_SYSCTL) += test_sysctl.o | 53 | obj-$(CONFIG_TEST_SYSCTL) += test_sysctl.o |
54 | obj-$(CONFIG_TEST_HASH) += test_hash.o test_siphash.o | 54 | obj-$(CONFIG_TEST_HASH) += test_hash.o test_siphash.o |
55 | obj-$(CONFIG_TEST_KASAN) += test_kasan.o | 55 | obj-$(CONFIG_TEST_KASAN) += test_kasan.o |
56 | CFLAGS_test_kasan.o += -fno-builtin | ||
56 | obj-$(CONFIG_TEST_KSTRTOX) += test-kstrtox.o | 57 | obj-$(CONFIG_TEST_KSTRTOX) += test-kstrtox.o |
57 | obj-$(CONFIG_TEST_LIST_SORT) += test_list_sort.o | 58 | obj-$(CONFIG_TEST_LIST_SORT) += test_list_sort.o |
58 | obj-$(CONFIG_TEST_LKM) += test_module.o | 59 | obj-$(CONFIG_TEST_LKM) += test_module.o |