11.3Sriastrad# SPDX-License-Identifier: GPL-2.0-only 21.1Sriastrad# 31.1Sriastrad# Makefile for the drm device driver. This driver provides support for the 41.1Sriastrad# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. 51.1Sriastrad 61.1Sriastradmga-y := mga_drv.o mga_dma.o mga_state.o mga_warp.o mga_irq.o 71.1Sriastrad 81.1Sriastradmga-$(CONFIG_COMPAT) += mga_ioc32.o 91.1Sriastrad 101.1Sriastradobj-$(CONFIG_DRM_MGA) += mga.o 111.1Sriastrad 12