diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-01-23 21:39:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-23 21:39:23 +0000 |
commit | fbca611e3df9a4c5e65ef0b4e122bd11002c81af (patch) | |
tree | d0b6a316ed2e254c92e3148f22fc36ae1e29014a /Makefile | |
parent | 8931e0344a459d0865dcb60137a269f79604a175 (diff) | |
parent | e19513b40d3dc9929119ad7b2f17da9b0b1c5670 (diff) |
Merge pull request #152 from sifive/disable-maintainer
Disable maintainer mode in MEE build
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -139,6 +139,7 @@ $(BSP_DIR)/build/Makefile: $(abspath $(MEE_SOURCE_PATH)/configure) \ --host=$(CROSS_COMPILE) \ --prefix=$(abspath $(BSP_DIR)/install) \ + --disable-maintainer-mode \ --with-preconfigured \ --with-machine-name=$(BOARD) \ --with-machine-header=$(abspath $(MEE_HEADER)) \ |