blob: bb78215c645cb0bd0d705175e26ffa55863ec905 (
plain) (
blame)
1
2
3
4
5
6
|
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for KUnit test suites for the FPGA subsystem
#
obj-$(CONFIG_FPGA_KUNIT_TESTS) += fpga-mgr-test.o fpga-bridge-test.o fpga-region-test.o
|