From a5372f156bf6435c398fe8ac7b5c940ade9ba068 Mon Sep 17 00:00:00 2001 From: profi200 Date: Sun, 11 Feb 2018 10:25:21 +0100 Subject: [PATCH] Updated makefile in irsensor example. --- hid/irsensor/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hid/irsensor/Makefile b/hid/irsensor/Makefile index 76315fc..e4beac7 100644 --- a/hid/irsensor/Makefile +++ b/hid/irsensor/Makefile @@ -39,7 +39,7 @@ EXEFS_SRC := exefs_src #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtp=soft -fPIE +ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 \ -ffast-math \