Skip to content

Commit

Permalink
fixup! RABID-561 adjust Makefiles for generic compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusNtg committed Sep 11, 2020
1 parent 5f4ebc6 commit 7a516b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a516b3

Please sign in to comment.