1 obj-$(CONFIG_KUNIT) += kunit. 1 obj-$(CONFIG_KUNIT) += kunit.o 2 2 3 kunit-objs += test.o 3 kunit-objs += test.o \ 4 resour 4 resource.o \ 5 user_a << 6 static 5 static_stub.o \ 7 string 6 string-stream.o \ 8 assert 7 assert.o \ 9 try-ca 8 try-catch.o \ 10 execut 9 executor.o \ 11 attrib 10 attributes.o \ 12 device !! 11 device.o 13 platfo << 14 12 15 ifeq ($(CONFIG_KUNIT_DEBUGFS),y) 13 ifeq ($(CONFIG_KUNIT_DEBUGFS),y) 16 kunit-objs += debugf 14 kunit-objs += debugfs.o 17 endif 15 endif 18 16 19 # KUnit 'hooks' are built-in even when KUnit i 17 # KUnit 'hooks' are built-in even when KUnit is built as a module. 20 obj-y += hooks. 18 obj-y += hooks.o 21 19 22 obj-$(CONFIG_KUNIT_TEST) += kunit- 20 obj-$(CONFIG_KUNIT_TEST) += kunit-test.o 23 obj-$(CONFIG_KUNIT_TEST) += platfo << 24 21 25 # string-stream-test compiles built-in only. 22 # string-stream-test compiles built-in only. 26 ifeq ($(CONFIG_KUNIT_TEST),y) 23 ifeq ($(CONFIG_KUNIT_TEST),y) 27 obj-$(CONFIG_KUNIT_TEST) += string 24 obj-$(CONFIG_KUNIT_TEST) += string-stream-test.o 28 obj-$(CONFIG_KUNIT_TEST) += assert << 29 endif 25 endif 30 26 31 obj-$(CONFIG_KUNIT_EXAMPLE_TEST) += kunit- 27 obj-$(CONFIG_KUNIT_EXAMPLE_TEST) += kunit-example-test.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.