xref: /linux/drivers/char/xillybus/Makefile (revision d198b34f3855eee2571dda03eea75a09c7c31480)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Makefile for Xillybus driver
4#
5
6obj-$(CONFIG_XILLYBUS)		+= xillybus_core.o
7obj-$(CONFIG_XILLYBUS_PCIE)	+= xillybus_pcie.o
8obj-$(CONFIG_XILLYBUS_OF)	+= xillybus_of.o
9