11 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Makefile for Xillybus driver4#5 6obj-$(CONFIG_XILLYBUS_CLASS) += xillybus_class.o7obj-$(CONFIG_XILLYBUS) += xillybus_core.o8obj-$(CONFIG_XILLYBUS_PCIE) += xillybus_pcie.o9obj-$(CONFIG_XILLYBUS_OF) += xillybus_of.o10obj-$(CONFIG_XILLYUSB) += xillyusb.o11