Re: [PATCH] x86/PCI: Replace deprecated EXTRA_CFLAGS with ccflags-y.

2019-09-30 Thread Bjorn Helgaas
On Mon, Aug 19, 2019 at 08:05:32AM +0200, Krzysztof Wilczynski wrote: > Update arch/x86/pci/Makefile replacing the deprecated EXTRA_CFLAGS > with the ccflags-y matching recommendation as per the section 3.7 > "Compilation flags" of the "Linux Kernel Makefiles" (see: > Documentation/kbuild/makefiles

[PATCH] x86/PCI: Replace deprecated EXTRA_CFLAGS with ccflags-y.

2019-08-18 Thread Krzysztof Wilczynski
Update arch/x86/pci/Makefile replacing the deprecated EXTRA_CFLAGS with the ccflags-y matching recommendation as per the section 3.7 "Compilation flags" of the "Linux Kernel Makefiles" (see: Documentation/kbuild/makefiles.txt). Signed-off-by: Krzysztof Wilczynski --- arch/x86/pci/Makefile | 4 +-