summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorpatmans@us.ibm.com <patmans@us.ibm.com>2004-10-15 18:42:53 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 22:02:45 -0700
commit125930b45492c315f03d4b7a685d129a67338245 (patch)
tree04c93f6768907d7c261bfd0c390bb1a8fdcfe538 /extras
parentf837727408d862f0f23fe46f617d2060f0bd3aed (diff)
[PATCH] pass SYSFS setting down for extras builds
Modify SYSFS to specify the full path, and pass it down for the extras builds. Change the scsi_id Makefile so it will work with and without udev.
Diffstat (limited to 'extras')
-rw-r--r--extras/scsi_id/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/extras/scsi_id/Makefile b/extras/scsi_id/Makefile
index 6a73e33785..7ccc4c5118 100644
--- a/extras/scsi_id/Makefile
+++ b/extras/scsi_id/Makefile
@@ -31,14 +31,8 @@ INSTALL_DATA = ${INSTALL} -m 644
override CFLAGS+=-Wall -fno-builtin
PROG=scsi_id
+SYSFS=-lsysfs
-SYSFS = ../../libsysfs/sysfs_bus.o \
- ../../libsysfs/sysfs_class.o \
- ../../libsysfs/sysfs_device.o \
- ../../libsysfs/sysfs_dir.o \
- ../../libsysfs/sysfs_driver.o \
- ../../libsysfs/sysfs_utils.o \
- ../../libsysfs/dlist.o
#
# Built static and stripped when built with udev.
#