History log of /external/ltp/testcases/kernel/device-drivers/usb/tusb/Makefile
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
44226453e647bf90f8de0372c94f8fcd2f2bbe02 06-Nov-2009 vapier <vapier> drop adding of -O/-W type flags that are already handled in common .mk files

for the few makefiles that arent yet converted to the .mk infrastructure:
Lately gcc developers introduced -Wextra flag that does the same as -W but is
more descriptive. According to this using -W flag should be safe (as gcc is
backward compatlible) but using -Wextra is limited to newer gcc releases.

Attached patch replaces all -Wextra occurences with -W and thus fixes
compliation failures with older gcc (mine was gcc-3.3.3 on sles).

patch by Cyril Hrubis
/external/ltp/testcases/kernel/device-drivers/usb/tusb/Makefile
efd3f948d51077dd4f522dbd19030ebaef1b9513 24-Feb-2009 subrata_modak <subrata_modak> I had a look on testcases/kernel/device-drivers/usb/tusb and deleted what is no longer supported by Linux 2.6.28, for example struct usb_operations, http://lwn.net/Articles/196429/. The result is that nearly nothing left which would test any pieces of the USB code. I attached the patch, but I don't know if it is worth to keep the "tusb" directory at all. Signed-Off-By: Németh Márton <nm127@freemail.hu>.
/external/ltp/testcases/kernel/device-drivers/usb/tusb/Makefile
9075b719e148cb320313f2347555f337dc49cc66 10-Jun-2003 mridge <mridge> Initial load of usb device testcases
/external/ltp/testcases/kernel/device-drivers/usb/tusb/Makefile