diff DOCS/xml/en/video.xml @ 26882:8eacd1538e64

Merge drivers/Makefile into top-level Makefile.
author diego
date Wed, 28 May 2008 12:40:15 +0000
parents e2bacda9d3c6
children 3d468a9bb80b
line wrap: on
line diff
--- a/DOCS/xml/en/video.xml	Wed May 28 11:27:13 2008 +0000
+++ b/DOCS/xml/en/video.xml	Wed May 28 12:40:15 2008 +0000
@@ -854,15 +854,14 @@
 <procedure>
 <title>Installation:</title>
 <step><para>
-  To use it, you first have to compile <filename>mga_vid.o</filename>:
+  To use it, you first have to compile <filename>drivers/mga_vid.o</filename>:
   <screen>
-cd drivers
-make<!--
+make drivers<!--
 --></screen>
 </para></step>
 <step><para>
   Then run (as <systemitem class="username">root</systemitem>)
-  <screen>make install</screen>
+  <screen>make install-drivers</screen>
   which should install the module and create the device node for you.
   Load the driver with
   <screen>insmod mga_vid.o</screen>
@@ -941,14 +940,13 @@
 <procedure>
 <title>Installing the tdfx_vid.o kernel module:</title>
 <step><para>
-  Compile <filename>tdfx_vid.o</filename>:
+  Compile <filename>drivers/tdfx_vid.o</filename>:
   <screen>
-cd drivers
-make</screen>
+make drivers</screen>
 </para></step>
 <step><para>
   Then run (as <systemitem class="username">root</systemitem>)
-  <screen>make install</screen>
+  <screen>make install-drivers</screen>
   which should install the module and create the device node for you.
   Load the driver with
   <screen>insmod tdfx_vid.o</screen>