Skip to content
Snippets Groups Projects
Commit 0b58c592 authored by Madhurya Kandamuru's avatar Madhurya Kandamuru
Browse files

iozone: Add armeb support


This change adds MAKE_FlAGS as linux-arm for providing support for armeb

Change-Id: I513903e4a620c8be81827dc21044fffe49c18159
Signed-off-by: default avatarMadhurya Kandamuru <quic_madhurya@quicinc.com>
parent 91167f1d
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ PKG_ASLR_PIE:=0
include $(INCLUDE_DIR)/package.mk
MAKE_PATH:=src/current
ifneq (, $(findstring $(ARCH), aarch64 aarch64_be))
ifneq (, $(findstring $(ARCH), aarch64 aarch64_be armeb))
MAKE_FLAGS += linux-arm
else
MAKE_FLAGS += linux-$(ARCH)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment