diff options
author | patmans@us.ibm.com <patmans@us.ibm.com> | 2004-10-15 18:42:53 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 22:02:45 -0700 |
commit | 125930b45492c315f03d4b7a685d129a67338245 (patch) | |
tree | 04c93f6768907d7c261bfd0c390bb1a8fdcfe538 /extras | |
parent | f837727408d862f0f23fe46f617d2060f0bd3aed (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/Makefile | 8 |
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. # |