Last change
on this file since 48242 was 48115, checked in by vboxsync, 11 years ago |
Additions/linux/drm: re-working kernel mode-setting driver based on the Linux in-kernel "ast" driver.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
287 bytes
|
Line | |
---|
1 | #
|
---|
2 | # Makefile for the drm device driver. This driver provides support for the
|
---|
3 | # Direct Rendering Infrvboxructure (DRI) in XFree86 4.1.0 and higher.
|
---|
4 |
|
---|
5 | ccflags-y := -Iinclude/drm
|
---|
6 |
|
---|
7 | vbox-y := vbox_drv.o vbox_main.o vbox_mode.o vbox_fb.o vbox_ttm.o vbox_post.o
|
---|
8 |
|
---|
9 | obj-$(CONFIG_DRM_AST) := vbox.o
|
---|
Note:
See
TracBrowser
for help on using the repository browser.