brintos

brintos / linux-shallow public Read only

0
0
Text · 258 B · 1529471 Raw
15 lines · plain
1# SPDX-License-Identifier: GPL-2.0 or MIT2 3panthor-y := \4	panthor_devfreq.o \5	panthor_device.o \6	panthor_drv.o \7	panthor_fw.o \8	panthor_gem.o \9	panthor_gpu.o \10	panthor_heap.o \11	panthor_mmu.o \12	panthor_sched.o13 14obj-$(CONFIG_DRM_PANTHOR) += panthor.o15