From 912b351cb0460a54e76ddef193988f6255d2e847 Mon Sep 17 00:00:00 2001 From: profi200 <fd3194@gmx.de> 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 \