^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) # Makefile for the drm device driver. This driver provides support for the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) # Direct Rendering Infrastructure (DRI)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) obj-y += dss/
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) obj-y += displays/
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) omapdrm-y := omap_drv.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) omap_irq.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) omap_debugfs.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) omap_crtc.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) omap_plane.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) omap_encoder.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) omap_connector.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) omap_fb.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) omap_gem.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) omap_gem_dmabuf.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) omap_dmm_tiler.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) tcm-sita.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) omapdrm-$(CONFIG_DRM_FBDEV_EMULATION) += omap_fbdev.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) obj-$(CONFIG_DRM_OMAP) += omapdrm.o