mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 03:51:48 +00:00
7051924f77
This driver has been functional and stable throughout the year it has spent in the staging area. It has been patched for minor bugs, coding style issues and improvements during this period. This is the second submission of this move-out, after making several style improvements, as suggested by Dan Carpenter. Signed-off-by: Eli Billauer <eli.billauer@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8 lines
169 B
Makefile
8 lines
169 B
Makefile
#
|
|
# Makefile for Xillybus driver
|
|
#
|
|
|
|
obj-$(CONFIG_XILLYBUS) += xillybus_core.o
|
|
obj-$(CONFIG_XILLYBUS_PCIE) += xillybus_pcie.o
|
|
obj-$(CONFIG_XILLYBUS_OF) += xillybus_of.o
|