Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Makefile for Xillybus driver
4#
5
6obj-$(CONFIG_XILLYBUS_CLASS) += xillybus_class.o
7obj-$(CONFIG_XILLYBUS) += xillybus_core.o
8obj-$(CONFIG_XILLYBUS_PCIE) += xillybus_pcie.o
9obj-$(CONFIG_XILLYBUS_OF) += xillybus_of.o
10obj-$(CONFIG_XILLYUSB) += xillyusb.o