Removed default platform from Makefile

This commit is contained in:
Dimitris Panokostas 2019-10-15 09:00:13 +02:00
parent 4c167ba002
commit 319c98cbc7

View file

@ -1,7 +1,5 @@
# Default platform is rpi4 / SDL2 / Dispmanx # Specify "make PLATFORM=<platform>" to compile for a specific target.
ifeq ($(PLATFORM),) # Check the supported list of platforms below for a ful list
PLATFORM = rpi4
endif
# Raspberry Pi 4 CPU flags # Raspberry Pi 4 CPU flags
ifneq (,$(findstring rpi4,$(PLATFORM))) ifneq (,$(findstring rpi4,$(PLATFORM)))