Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c53c4736 authored by Christopher Ferris's avatar Christopher Ferris
Browse files

Fix mips build.

Change-Id: I5401ae6ca6553ebbec231166820c1c904355ec63
parent cf53e5db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ x86_src_files := \
	arch-x86/backtrace-x86.c \
	arch-x86/ptrace-x86.c

ifeq ($(TARGET_IS_64_BIT), false)
ifneq ($(TARGET_IS_64_BIT),true)

include $(CLEAR_VARS)