mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-10 07:44:23 +08: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
|