Skip to content

Commit 7a516b3

Browse files
committed
fixup! RABID-561 adjust Makefiles for generic compilation
1 parent 5f4ebc6 commit 7a516b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ ifeq ($(ARCH), mips)
1919
endif
2020
AFLAGS_setjmp.o += -D_MIPS_ISA_MIPS64 \
2121
-D_MIPS_ISA=_MIPS_ISA_MIPS64
22-
else
22+
else
2323
AFLAGS_setjmp.o += -D__mips_o32 -D_MIPS_ISA_MIPS32 \
2424
-D_MIPS_ISA=_MIPS_ISA_MIPS32
25-
endif
25+
endif
2626
endif
2727

2828
obj-$(CONFIG_LUNATIK) += lunatik.o

0 commit comments

Comments
 (0)