From 16a5d23c9c347822d8da8b653560db586e890b6c Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Wed, 15 Apr 2020 15:45:01 +0900 Subject: ppc,riscv: set something to KBUILD_DEFCONFIG 'make ARCH=riscv defconfig' ends up with endless recursion. Users may get upset with it. In Linux, every architecture does something for 'make defconfig'. Set something to KBUILD_DEFCONFIG to make it work for riscv and ppc. There is only one file in arch/riscv/configs/, so there is no choice but erizo_generic_defconfig for riscv. There are some choices for ppc, but I am not sure what is appropriate. I just picked something. Signed-off-by: Masahiro Yamada Signed-off-by: Sascha Hauer --- arch/riscv/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/riscv') diff --git a/arch/riscv/Makefile b/arch/riscv/Makefile index 643c0bc8eb..fa8a173d8a 100644 --- a/arch/riscv/Makefile +++ b/arch/riscv/Makefile @@ -1,3 +1,5 @@ +KBUILD_DEFCONFIG := erizo_generic_defconfig + CPPFLAGS += -fno-strict-aliasing ifeq ($(CONFIG_ARCH_RV32I),y) -- cgit v1.2.3