summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-11-02 10:13:04 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-11-02 10:13:04 +0000
commitee2556c852dccdea956178ba3008dfbb663351a2 (patch)
tree6d9df32ab7b6cec820aa7decf009146a0491532f /README
parent4150482ea6d21936d14bc97e40626c62364d2308 (diff)
README: no need to generate Kbuild for OSLEC.
No need to create a Kbuild file. staging/echo has a Makefile that works fine for us. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5203 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 1 insertions, 4 deletions
diff --git a/README b/README
index 69c4963..a3a75ca 100644
--- a/README
+++ b/README
@@ -163,11 +163,8 @@ Thus for the moment, the simplest way to build OSLEC with dahdi is:
1. Copy the directory `drivers/staging/echo` from a recent kernel tree
(at least 2.6.28-rc1) to the a subdirectory with the same name in the
dahdi-linux tree.
-2. Create a Kbuild file in that directory:
- echo "obj-m += echo.o" > drivers/staging/echo/Kbuild
-
-3. Edit drivers/dahdi/Kbuild and unrem the two lines related to OSLEC.
+2. Edit drivers/dahdi/Kbuild and unrem the two lines related to OSLEC.
After doing that, you'll see the following when building (running
'make')