]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - drivers/gpu/drm/savage/Makefile
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-focal-kernel.git] / drivers / gpu / drm / savage / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Makefile for the drm device driver. This driver provides support for the
4 # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
5
6 savage-y := savage_drv.o savage_bci.o savage_state.o
7
8 obj-$(CONFIG_DRM_SAVAGE)+= savage.o
9