Fix mips build.

Change-Id: I5401ae6ca6553ebbec231166820c1c904355ec63
This commit is contained in:
Christopher Ferris 2014-02-01 12:23:03 -08:00
parent cf53e5dbdf
commit c53c47364f

View file

@ -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)