Makefile (0ea5c948cb64bab5bc7a5516774eb8536f05aa0d) Makefile (b12f3ea7c1884c0c79e516ed9ffee7c7058a61c3)
1# SPDX-License-Identifier: GPL-2.0
2
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.o
14
1# SPDX-License-Identifier: GPL-2.0
2
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.o
14
15panfrost-$(CONFIG_DEBUG_FS) += panfrost_debugfs.o
16
17obj-$(CONFIG_DRM_PANFROST) += panfrost.o
15obj-$(CONFIG_DRM_PANFROST) += panfrost.o