Makefile 352 B

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