aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/xillybus/Makefile
blob: 16f31d03209d7e4c6a8ce33db935f6a2e6addce0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for Xillybus driver
#

obj-$(CONFIG_XILLYBUS_CLASS)	+= xillybus_class.o
obj-$(CONFIG_XILLYBUS)		+= xillybus_core.o
obj-$(CONFIG_XILLYBUS_PCIE)	+= xillybus_pcie.o
obj-$(CONFIG_XILLYBUS_OF)	+= xillybus_of.o
obj-$(CONFIG_XILLYUSB)		+= xillyusb.o