xref: /openbmc/linux/drivers/char/xillybus/Makefile (revision a53d1202)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
27051924fSEli Billauer#
37051924fSEli Billauer# Makefile for Xillybus driver
47051924fSEli Billauer#
57051924fSEli Billauer
68cb5d216SEli Billauerobj-$(CONFIG_XILLYBUS_CLASS)	+= xillybus_class.o
77051924fSEli Billauerobj-$(CONFIG_XILLYBUS)		+= xillybus_core.o
87051924fSEli Billauerobj-$(CONFIG_XILLYBUS_PCIE)	+= xillybus_pcie.o
97051924fSEli Billauerobj-$(CONFIG_XILLYBUS_OF)	+= xillybus_of.o
10*a53d1202SEli Billauerobj-$(CONFIG_XILLYUSB)		+= xillyusb.o
11