Fix mips build.
Change-Id: I5401ae6ca6553ebbec231166820c1c904355ec63
This commit is contained in:
parent
cf53e5dbdf
commit
c53c47364f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue