]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
tools/testing/selftests/powerpc: remove redundant CFLAGS in Makefile: "-Wall -O2...
authorChijun Sima <simachijun@outlook.com>
Sun, 19 Feb 2017 08:19:20 +0000 (08:19 +0000)
committerJiri Kosina <jkosina@suse.cz>
Fri, 24 Mar 2017 14:46:39 +0000 (15:46 +0100)
commit3d2e03f8172ead69e0946b764cf43cde4a4f0e3e
treead2a98ae6c4d918d6464ddddd13257529bc9781f
parent1fb95c69e71d751675a67b0f49fc95a2057b0998
tools/testing/selftests/powerpc: remove redundant CFLAGS in Makefile: "-Wall -O2 -Wall" -> "-O2 -Wall"

There are repeated compiler flags "-Wall" in the Makefile.

The redundant compiler flag appears to have been there from the
 introduction of the Makefile.

Signed-off-by: Chijun Sima <simachijun@qq.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
tools/testing/selftests/powerpc/Makefile