Files
CoolPi-Armbian-Rockchip-RK3…/drivers/gpu/drm/panfrost/Makefile
2025-02-04 12:41:12 -06:00

16 lines
293 B
Makefile

# SPDX-License-Identifier: GPL-2.0
panfrost-y := \
panfrost_drv.o \
panfrost_device.o \
panfrost_devfreq.o \
panfrost_gem.o \
panfrost_gem_shrinker.o \
panfrost_gpu.o \
panfrost_job.o \
panfrost_mmu.o \
panfrost_perfcnt.o \
panfrost_dump.o
obj-$(CONFIG_DRM_PANFROST) += panfrost.o