blob: c0f76cc196a693e41023a863394f033da7fc3495 (
plain)
1
2
3
4
5
6
7
|
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for Unisys SPAR drivers
#
obj-$(CONFIG_UNISYS_VISORNIC) += visornic/
obj-$(CONFIG_UNISYS_VISORINPUT) += visorinput/
obj-$(CONFIG_UNISYS_VISORHBA) += visorhba/
|