linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] mips: replace deprecated EXTRA_CFLAGS with ccflags-y
@ 2021-03-31 15:06 Masahiro Yamada
  2021-03-31 15:06 ` [PATCH 2/2] mips: clean up kvm Makefile Masahiro Yamada
  2021-07-22 10:09 ` [PATCH 1/2] mips: replace deprecated EXTRA_CFLAGS with ccflags-y Thomas Bogendoerfer
  0 siblings, 2 replies; 4+ messages in thread
From: Masahiro Yamada @ 2021-03-31 15:06 UTC (permalink / raw)
  To: linux-mips
  Cc: Masahiro Yamada, Aleksandar Markovic, Huacai Chen,
	Thomas Bogendoerfer, kvm, linux-kernel, linux-mips

As Documentation/kbuild/makefiles.rst says, EXTRA_CFLAGS is deprecated.
Replace it with ccflags-y.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---

 arch/mips/kvm/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/kvm/Makefile b/arch/mips/kvm/Makefile
index 506c4ac0ba1c..7d42d624a7b9 100644
--- a/arch/mips/kvm/Makefile
+++ b/arch/mips/kvm/Makefile
@@ -4,7 +4,7 @@
 
 common-objs-y = $(addprefix ../../../virt/kvm/, kvm_main.o coalesced_mmio.o eventfd.o)
 
-EXTRA_CFLAGS += -Ivirt/kvm -Iarch/mips/kvm
+ccflags-y += -Ivirt/kvm -Iarch/mips/kvm
 
 common-objs-$(CONFIG_CPU_HAS_MSA) += msa.o
 
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-07-22 10:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-31 15:06 [PATCH 1/2] mips: replace deprecated EXTRA_CFLAGS with ccflags-y Masahiro Yamada
2021-03-31 15:06 ` [PATCH 2/2] mips: clean up kvm Makefile Masahiro Yamada
2021-07-22 10:09   ` Thomas Bogendoerfer
2021-07-22 10:09 ` [PATCH 1/2] mips: replace deprecated EXTRA_CFLAGS with ccflags-y Thomas Bogendoerfer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).