xref: /openbmc/linux/drivers/misc/bcm-vk/Makefile (revision 522f6926)
1*522f6926SScott Branden# SPDX-License-Identifier: GPL-2.0
2*522f6926SScott Branden#
3*522f6926SScott Branden# Makefile for Broadcom VK driver
4*522f6926SScott Branden#
5*522f6926SScott Branden
6*522f6926SScott Brandenobj-$(CONFIG_BCM_VK) += bcm_vk.o
7*522f6926SScott Brandenbcm_vk-objs := \
8*522f6926SScott Branden	bcm_vk_dev.o
9