summaryrefslogtreecommitdiff
path: root/drivers/platform/raspberrypi/Makefile
blob: 2a7c9511e5d8bbe11c05680eea016ef40796b648 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-License-Identifier: GPL-2.0

obj-$(CONFIG_BCM2835_VCHIQ)	+= vchiq.o

vchiq-objs := \
   vchiq-interface/vchiq_core.o  \
   vchiq-interface/vchiq_arm.o \
   vchiq-interface/vchiq_bus.o \
   vchiq-interface/vchiq_debugfs.o \

ifdef CONFIG_VCHIQ_CDEV
vchiq-objs += vchiq-interface/vchiq_dev.o
endif

obj-$(CONFIG_BCM2835_VCHIQ_MMAL)	+= vchiq-mmal/