From 8885505f1dd18a004b647a5f915edfd498911492 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 16 Aug 2002 16:03:22 +0000 Subject: - 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ac7d295..d4ffee3 100644 --- a/Makefile +++ b/Makefile @@ -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) -- cgit v1.2.1