drm/panfrost: Remove set but not used variable 'bo'
[linux/fpc-iii.git] / lib / kunit / Makefile
blobfab55649b69a5d9ed79fe227658519da97a092c3
1 obj-$(CONFIG_KUNIT) += kunit.o
3 kunit-objs += test.o \
4 string-stream.o \
5 assert.o \
6 try-catch.o
8 obj-$(CONFIG_KUNIT_TEST) += kunit-test.o
10 # string-stream-test compiles built-in only.
11 ifeq ($(CONFIG_KUNIT_TEST),y)
12 obj-$(CONFIG_KUNIT_TEST) += string-stream-test.o
13 endif
15 obj-$(CONFIG_KUNIT_EXAMPLE_TEST) += kunit-example-test.o