From 6388358739e5eac6868ad4907ba6be2dce3f30a3 Mon Sep 17 00:00:00 2001 From: Matheus Rodrigues Date: Fri, 11 Sep 2020 18:23:01 +0000 Subject: [PATCH] fixup! RABID-561 adjust Makefiles for generic compilation --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1ba684f4..a4497d53 100644 --- a/Makefile +++ b/Makefile @@ -19,10 +19,10 @@ ifeq ($(ARCH), mips) endif AFLAGS_setjmp.o += -D_MIPS_ISA_MIPS64 \ -D_MIPS_ISA=_MIPS_ISA_MIPS64 - else + else AFLAGS_setjmp.o += -D__mips_o32 -D_MIPS_ISA_MIPS32 \ -D_MIPS_ISA=_MIPS_ISA_MIPS32 - endif + endif endif obj-$(CONFIG_LUNATIK) += lunatik.o