]> Git Repo - linux.git/blob - lib/kunit/Makefile
libbpf: Add BPF object skeleton support
[linux.git] / lib / kunit / Makefile
1 obj-$(CONFIG_KUNIT) +=                  test.o \
2                                         string-stream.o \
3                                         assert.o \
4                                         try-catch.o
5
6 obj-$(CONFIG_KUNIT_TEST) +=             test-test.o \
7                                         string-stream-test.o
8
9 obj-$(CONFIG_KUNIT_EXAMPLE_TEST) +=     example-test.o
This page took 0.037019 seconds and 4 git commands to generate.