History log of /external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_allocator_module/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/misc_modules/per_cpu_allocator_module/Makefile
48ae26b36b40838c8f5a2fb6cae3cb9aa6371f60 01-Apr-2009 subrata_modak <subrata_modak> Module to test Per CPU Allocator. Signed-Off-By: Tejun Heo <tj@kernel.org>.
/external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_allocator_module/Makefile