xref: /linux/drivers/fpga/tests/Makefile (revision 2e7b8fd6d9bccaa54b7504c3e0a729f0c47765c1)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for KUnit test suites for the FPGA subsystem
4#
5
6obj-$(CONFIG_FPGA_KUNIT_TESTS) += fpga-mgr-test.o fpga-bridge-test.o fpga-region-test.o
7