Makefile 293 B

123456789101112131415
  1. # SPDX-License-Identifier: GPL-2.0
  2. panfrost-y := \
  3. panfrost_drv.o \
  4. panfrost_device.o \
  5. panfrost_devfreq.o \
  6. panfrost_gem.o \
  7. panfrost_gem_shrinker.o \
  8. panfrost_gpu.o \
  9. panfrost_job.o \
  10. panfrost_mmu.o \
  11. panfrost_perfcnt.o \
  12. panfrost_dump.o
  13. obj-$(CONFIG_DRM_PANFROST) += panfrost.o