Remove FOR_ARM definition in Makefile
This commit is contained in:
parent
91338761d6
commit
f96ec5ff89
|
@ -82,7 +82,6 @@ else ifneq (,$(findstring beagle,$(platform)))
|
||||||
|
|
||||||
# Pandora
|
# Pandora
|
||||||
else ifneq (,$(findstring pandora,$(platform)))
|
else ifneq (,$(findstring pandora,$(platform)))
|
||||||
FOR_ARM := 1
|
|
||||||
FOR_PANDORA := 1
|
FOR_PANDORA := 1
|
||||||
USE_SDL := 1
|
USE_SDL := 1
|
||||||
PGO_USE := 1
|
PGO_USE := 1
|
||||||
|
|
Loading…
Reference in New Issue