summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panfrost/Makefile
blob: 6de72d13c58f8b4afc8f9df0e87893327a539473 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-License-Identifier: GPL-2.0

panfrost-y := \
	panfrost_drv.o \
	panfrost_device.o \
	panfrost_devfreq.o \
	panfrost_gem.o \
	panfrost_gpu.o \
	panfrost_job.o \
	panfrost_mmu.o

obj-$(CONFIG_DRM_PANFROST) += panfrost.o