aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README9
1 files changed, 6 insertions, 3 deletions
diff --git a/README b/README
index 40f7e114..b6008a02 100644
--- a/README
+++ b/README
@@ -3,8 +3,11 @@ DRM README file
3 3
4 4
5There are two main parts to this package: the DRM client library/interface 5There are two main parts to this package: the DRM client library/interface
6(libdrm.so) and kernel/hardware-specific device modules (such as i915.ko). 6(libdrm.so) and kernel/hardware-specific device modules (such as radeon.ko).
7 7The kernel device modules are not shipped with libdrm releases and should only
8be built from the git tree by developers and bleeding-edge testers of
9non-Intel hardware. The Intel kernel modules are developed in the Linux
10kernel tree.
8 11
9 12
10Compiling 13Compiling
@@ -19,7 +22,7 @@ Then,
19 make install 22 make install
20 23
21 24
22To build the device-specific kernel modules: 25To build the device-specific kernel modules from the git tree:
23 26
24 cd linux-core/ 27 cd linux-core/
25 make 28 make