brintos

brintos / linux-shallow public Read only

0
0
Text · 293 B · 7da2b3f Raw
16 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3panfrost-y := \4	panfrost_drv.o \5	panfrost_device.o \6	panfrost_devfreq.o \7	panfrost_gem.o \8	panfrost_gem_shrinker.o \9	panfrost_gpu.o \10	panfrost_job.o \11	panfrost_mmu.o \12	panfrost_perfcnt.o \13	panfrost_dump.o14 15obj-$(CONFIG_DRM_PANFROST) += panfrost.o16