waf: removed bootloader variant directory

too painful to maintain
This commit is contained in:
Andrew Tridgell 2018-06-18 15:19:22 +10:00
parent a0e17ab1ed
commit b3bbb0c389
1 changed files with 0 additions and 2 deletions

View File

@ -166,8 +166,6 @@ def configure(cfg):
cfg.env.AUTOCONFIG = cfg.options.autoconfig
cfg.env.VARIANT = cfg.env.BOARD
if cfg.options.bootloader:
cfg.env.VARIANT += '-bootloader'
_set_build_context_variant(cfg.env.VARIANT)
cfg.setenv(cfg.env.VARIANT)