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
|
# 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)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue