From 5ef1dbe32e0390a1abef68be77e6964e0a138c59 Mon Sep 17 00:00:00 2001 From: Marcin Kondej Date: Mon, 23 Sep 2019 14:14:35 +0200 Subject: [PATCH] Typo fix Co-Authored-By: ChristopheJacquet --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 601429c..7e35ed7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -7,7 +7,7 @@ UNAME := $(shell uname -m) # Determine Raspberry Pi version (if 2 or greater) RPI_VERSION := $(shell cat /proc/device-tree/model | grep -a -o "Raspberry\sPi\s[0-9]" | grep -o "[0-9]") -# Determine the hardware platform and set propper compilation flags +# Determine the hardware platform and set proper compilation flags ifeq ($(UNAME), armv6l) ARCH_CFLAGS = -march=armv6 -O3 -mtune=arm1176jzf-s -mfloat-abi=hard -mfpu=vfp -ffast-math TARGET = 1