1# SPDX-License-Identifier: GPL-2.0 2 3obj-$(CONFIG_BCM2835_VCHIQ) += vchiq.o 4 5vchiq-objs := \ 6 vchiq-interface/vchiq_core.o \ 7 vchiq-interface/vchiq_arm.o \ 8 vchiq-interface/vchiq_bus.o \ 9 vchiq-interface/vchiq_debugfs.o \ 10 11ifdef CONFIG_VCHIQ_CDEV 12vchiq-objs += vchiq-interface/vchiq_dev.o 13endif 14 15obj-$(CONFIG_BCM2835_VCHIQ_MMAL) += vchiq-mmal/ 16