From 319c98cbc72c3e1b59b5122d47d10c82e4c23a37 Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Tue, 15 Oct 2019 09:00:13 +0200 Subject: [PATCH] Removed default platform from Makefile --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 3af6b4ed..c34318f9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,5 @@ -# Default platform is rpi4 / SDL2 / Dispmanx -ifeq ($(PLATFORM),) - PLATFORM = rpi4 -endif +# Specify "make PLATFORM=" to compile for a specific target. +# Check the supported list of platforms below for a ful list # Raspberry Pi 4 CPU flags ifneq (,$(findstring rpi4,$(PLATFORM)))