From 125930b45492c315f03d4b7a685d129a67338245 Mon Sep 17 00:00:00 2001 From: "patmans@us.ibm.com" Date: Fri, 15 Oct 2004 18:42:53 -0700 Subject: [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. --- extras/scsi_id/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'extras') 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. # -- cgit v1.2.3-54-g00ecf