drivers/wifi: Remove unnecessary data structure copy
[coreboot2.git] / tests / commonlib / bsd / Makefile.mk
blobee710bcdb9ca967b7729080d42fa97c2c0cd16e6
1 # SPDX-License-Identifier: GPL-2.0-only
3 tests-y += helpers-test
4 tests-y += gcd-test
5 tests-y += ipchksum-test
6 tests-y += string-test
8 helpers-test-srcs += tests/commonlib/bsd/helpers-test.c
10 gcd-test-srcs += tests/commonlib/bsd/gcd-test.c
11 gcd-test-srcs += src/commonlib/bsd/gcd.c
13 ipchksum-test-srcs += tests/commonlib/bsd/ipchksum-test.c
14 ipchksum-test-srcs += src/commonlib/bsd/ipchksum.c
16 string-test-srcs += tests/commonlib/bsd/string-test.c
17 string-test-srcs += src/commonlib/bsd/string.c