summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-04-03 17:46:41 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-04-03 17:46:41 +0000
commit799454569d7b3f62d0e93719d298c438812bedf1 (patch)
tree76e6fe5a2165ef66eda92720676393e400cb2993 /Makefile
parentc6ca41dab1d22400ae8bccee56968badc641a849 (diff)
downloadldetect-799454569d7b3f62d0e93719d298c438812bedf1.tar
ldetect-799454569d7b3f62d0e93719d298c438812bedf1.tar.gz
ldetect-799454569d7b3f62d0e93719d298c438812bedf1.tar.bz2
ldetect-799454569d7b3f62d0e93719d298c438812bedf1.tar.xz
ldetect-799454569d7b3f62d0e93719d298c438812bedf1.zip
Forgot to add sysfs files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ad040e6..ecfa9ab 100644
--- a/Makefile
+++ b/Makefile
@@ -46,8 +46,8 @@ pciusb.o: pciusb.c libldetect.h common.h
pci.o: pci.c libldetect.h common.h
usb.o: usb.c libldetect.h common.h
dmi.o: dmi.c libldetect.h common.h
-sysfs_attr.o: sysfs/sysfs_attr.c sysfs/sysfs.h sysfs/libsysfs.h
-sysfs_utils.o: sysfs/sysfs_utils.c sysfs/sysfs.h sysfs/libsysfs.h
+sysfs_attr.o: sysfs_attr.c sysfs.h libsysfs.h
+sysfs_utils.o: sysfs_utils.c sysfs.h libsysfs.h
clean:
rm -f *~ *.o pciclass.c usbclass.c $(binaries) $(libraries)