Staging
v0.5.2
https://github.com/torvalds/linux
Raw File
Tip revision: f55532a0c0b8bb6148f4e07853b876ef73bc69ca authored by Linus Torvalds on 26 March 2016, 23:03:24 UTC
Linux 4.6-rc1
Tip revision: f55532a
Makefile
#
# Makefile for the drm device driver.  This driver provides support for the
# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.

ccflags-y = -Iinclude/drm
savage-y := savage_drv.o savage_bci.o savage_state.o

obj-$(CONFIG_DRM_SAVAGE)+= savage.o

back to top