diff options
author | Christophe Varoqui <cvaroqui@zezette.localdomain> | 2007-06-07 22:32:50 +0200 |
---|---|---|
committer | Christophe Varoqui <cvaroqui@zezette.localdomain> | 2007-06-07 22:32:50 +0200 |
commit | 8ccef7c766a4891140488d12d93e5eb930271bf2 (patch) | |
tree | fb00ea6c54fc8b8755d4c63e80cdddb9e378ea3f /Makefile.inc | |
parent | e6e09eb0b62aad58d31e2ea2c5afac51dddbeca8 (diff) | |
download | multipath-tools-8ccef7c766a4891140488d12d93e5eb930271bf2.tar.gz multipath-tools-8ccef7c766a4891140488d12d93e5eb930271bf2.tar.bz2 multipath-tools-8ccef7c766a4891140488d12d93e5eb930271bf2.zip |
[libmultipath] Remove libsysfs
libsysfs is deprecated and doesn't work with recent kernels.
Copied over stuff from udev and implemented our own sysfs handling.
Much saner now.
Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Guido Guenther <agx@sigxcpu.org>
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc index 71970ef..7eb3dfb 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -17,7 +17,6 @@ ifeq ($(strip $(BUILD)),klibc) CC = klcc klibcdir = /usr/lib/klibc libdm = $(klibcdir)/lib/libdevmapper.a - libsysfs = $(klibcdir)/lib/libsysfs.a endif prefix = |