summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Logan B <einstein95@users.noreply.github.com>2016-11-27 03:22:25 +1300
committer GitHub <noreply@github.com>2016-11-27 03:22:25 +1300
commit6c133b74504c12ccbae931f4bfd87ed6910518ba (patch)
tree618bda2a7fe87ff8d6e756ea7f527fa8f7fa2bcf
parentcb248419ca7fc904ee6ec24f80e42cd50a808f0a (diff)
Remove USE_BGFX option (nw)
Wasn't removed when mmicko did 9eb2734495cda6ff0391f317ca2565b421476738
-rw-r--r--makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/makefile b/makefile
index e7ff63c1fe6..263a3ccd07a 100644
--- a/makefile
+++ b/makefile
@@ -591,10 +591,6 @@ ifdef MAP
PARAMS += --MAP='$(MAP)'
endif
-ifdef USE_BGFX
-PARAMS += --USE_BGFX='$(USE_BGFX)'
-endif
-
ifdef NOASM
TARGET_PARAMS += --NOASM='$(NOASM)'
endif