Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « bcm-vk « misc « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1df2ebe851ca0f24377d589229356d20fd57543b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for Broadcom VK driver
#

obj-$(CONFIG_BCM_VK) += bcm_vk.o
bcm_vk-objs := \
	bcm_vk_dev.o \
	bcm_vk_msg.o \
	bcm_vk_sg.o

bcm_vk-$(CONFIG_BCM_VK_TTY) += bcm_vk_tty.o