Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

parisc: change to new flag variable

Replace EXTRA_CFLAGS with ccflags-y.

Signed-off-by: matt mooney <mfm@muteddisk.com>
Signed-off-by: Kyle McMartin <kyle@redhat.com>

authored by

matt mooney and committed by
Kyle McMartin
f7208177 338e4fab

+1 -1
+1 -1
arch/parisc/math-emu/Makefile
··· 3 3 # 4 4 5 5 # See arch/parisc/math-emu/README 6 - EXTRA_CFLAGS += -Wno-parentheses -Wno-implicit-function-declaration \ 6 + ccflags-y := -Wno-parentheses -Wno-implicit-function-declaration \ 7 7 -Wno-uninitialized -Wno-strict-prototypes -Wno-return-type \ 8 8 -Wno-implicit-int 9 9