From f96ec5ff8942f2562daf2e71d948628972f82678 Mon Sep 17 00:00:00 2001 From: Jan Holthuis Date: Tue, 28 Jul 2015 17:55:53 +0200 Subject: [PATCH] Remove FOR_ARM definition in Makefile --- shell/linux/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/shell/linux/Makefile b/shell/linux/Makefile index f7fbd8426..fcd0f9976 100644 --- a/shell/linux/Makefile +++ b/shell/linux/Makefile @@ -82,7 +82,6 @@ else ifneq (,$(findstring beagle,$(platform))) # Pandora else ifneq (,$(findstring pandora,$(platform))) - FOR_ARM := 1 FOR_PANDORA := 1 USE_SDL := 1 PGO_USE := 1