]> git.ipfire.org Git - thirdparty/linux.git/blame - drivers/gpu/drm/omapdrm/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/linux.git] / drivers / gpu / drm / omapdrm / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
cd5351f4
RC
2#
3# Makefile for the drm device driver. This driver provides support for the
4# Direct Rendering Infrastructure (DRI)
5#
6
9960aa7c
TV
7obj-y += dss/
8obj-y += displays/
9
71e8831f 10omapdrm-y := omap_drv.o \
f5f9454c 11 omap_irq.o \
6169a148 12 omap_debugfs.o \
71e8831f 13 omap_crtc.o \
bb5c2d9a 14 omap_plane.o \
71e8831f
AG
15 omap_encoder.o \
16 omap_connector.o \
17 omap_fb.o \
71e8831f 18 omap_gem.o \
6ad11bc3 19 omap_gem_dmabuf.o \
71e8831f
AG
20 omap_dmm_tiler.o \
21 tcm-sita.o
cd5351f4 22
e1c1174f
LP
23omapdrm-$(CONFIG_DRM_FBDEV_EMULATION) += omap_fbdev.o
24
cd5351f4 25obj-$(CONFIG_DRM_OMAP) += omapdrm.o