Removed default platform from Makefile
This commit is contained in:
parent
4c167ba002
commit
319c98cbc7
1 changed files with 2 additions and 4 deletions
6
Makefile
6
Makefile
|
@ -1,7 +1,5 @@
|
|||
# Default platform is rpi4 / SDL2 / Dispmanx
|
||||
ifeq ($(PLATFORM),)
|
||||
PLATFORM = rpi4
|
||||
endif
|
||||
# Specify "make PLATFORM=<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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue