mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-14 06:06:13 +07:00
13 lines
225 B
Makefile
13 lines
225 B
Makefile
|
# 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
|