diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-08-16 16:03:22 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-08-16 16:03:22 +0000 |
commit | 8885505f1dd18a004b647a5f915edfd498911492 (patch) | |
tree | b8dd8a7ce54d83766ed7172e1cf58dbfbd877d57 /Makefile | |
parent | 1398804b467ce1057db65d1628b1b9e79e099c4b (diff) | |
download | ldetect-8885505f1dd18a004b647a5f915edfd498911492.tar ldetect-8885505f1dd18a004b647a5f915edfd498911492.tar.gz ldetect-8885505f1dd18a004b647a5f915edfd498911492.tar.bz2 ldetect-8885505f1dd18a004b647a5f915edfd498911492.tar.xz ldetect-8885505f1dd18a004b647a5f915edfd498911492.zip |
- usb.c: allocate mem as pci.c does
- usb.c: kill dead code
- usb.c: give url to get info on /proc/bus/usb/devices format
- usb.c: the /proc/bus/usb/devices really is a state machine;
use switch to make it clearer
- {usb,pci}.c: r.nb is zeroed in all path, let's do it only time
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ includedir = $(prefix)/include binaries = lspcidrake libraries = libldetect.a -CFLAGS = -Wall -W -Os -Wstrict-prototypes -g +CFLAGS = -Wall -W -Wstrict-prototypes -g build: $(binaries) $(libraries) |