xref: /openbmc/linux/drivers/misc/bcm-vk/Makefile (revision 22c30607)
1522f6926SScott Branden# SPDX-License-Identifier: GPL-2.0
2522f6926SScott Branden#
3522f6926SScott Branden# Makefile for Broadcom VK driver
4522f6926SScott Branden#
5522f6926SScott Branden
6522f6926SScott Brandenobj-$(CONFIG_BCM_VK) += bcm_vk.o
7522f6926SScott Brandenbcm_vk-objs := \
8*22c30607SScott Branden	bcm_vk_dev.o \
9*22c30607SScott Branden	bcm_vk_msg.o
10*22c30607SScott Branden
11