summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2012-01-09 19:24:28 -0600
committerDan Williams <dcbw@redhat.com>2012-01-09 19:25:53 -0600
commit733a1bbed89ccf9fde268f0f42100dd6eaabe5e5 (patch)
treebc01cfade238eb6afba6b49b3c70bc30e97276d8
parent7cb48717f64f92d2ba6b661159a68d3e08ff087a (diff)
build: kill INSTALLHEADmaster
It's created by autotools.
-rw-r--r--INSTALL15
1 files changed, 0 insertions, 15 deletions
diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index ce5007b..0000000
--- a/INSTALL
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-To compile, you need:
-
- - the path to the i2400m Linux kernel driver source.
- - libnl (version 1 at least) development files
-
-Run
-
-$ export I2400M=/path/to/
-$ ./configure
-$ make
-$ make install
-
-