diff options
Diffstat (limited to 'lib/crc/tests/Makefile')
-rw-r--r-- | lib/crc/tests/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/crc/tests/Makefile b/lib/crc/tests/Makefile new file mode 100644 index 000000000000..65f63c318ef5 --- /dev/null +++ b/lib/crc/tests/Makefile @@ -0,0 +1,2 @@ +# SPDX-License-Identifier: GPL-2.0-only +obj-$(CONFIG_CRC_KUNIT_TEST) += crc_kunit.o |