blob: cfd436bb28e4d777708bf060e8ea0db63de9d9a7 (
plain)
1
2
3
4
5
6
7
8
|
#
# Makefile for the drm device driver. This driver provides support for the
# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
savage-y := savage_drv.o savage_bci.o savage_state.o
obj-$(CONFIG_DRM_SAVAGE)+= savage.o
|