aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2003-10-23 00:19:18 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 21:06:22 -0700
commita34ea8f598af378dcd63528b6328d1bff7fab0f1 (patch)
treeef6b9d23894839555c23ec14f0c802df93c724e2 /README
parent9c516bec0df7aeb43bc78ce214b3ac515818de7a (diff)
downloadudev-a34ea8f598af378dcd63528b6328d1bff7fab0f1.tar.gz
[PATCH] added README info for how to build using klibc.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index ed25a733..655a3005 100644
--- a/README
+++ b/README
@@ -45,8 +45,14 @@ Things are still quite rough, and it's a bit beyond proof of concept
code. Help is very much appreciated, see the TODO file for a list of
things left to be done.
+If you want to build using klibc, use the Makefile.klibc file:
+ make clean
+ make -f Makefile.klibc
+and marvel at the tiny binary you just created :)
+
Any comment/questions/concerns please let me know.
greg k-h
greg@kroah.com
+