commit | 0d3b872550e7849276e6986b126a79693b08a84e | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Thu Jun 27 07:04:06 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Thu Jun 27 07:38:43 2019 -0700 |
tree | 659eb9c261511ac519c33f8f83d8ee2a699eca2f | |
parent | 84778b8d630ecfb7dbac7ca98ae3e9778ae8cdde [diff] [blame] |
build: add configure option to not build BMC module Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I8b57a89f03c6fba2c07bc1069a9ef758f34ad4d4
diff --git a/Makefile.am b/Makefile.am index 0626773..8743f70 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -36,7 +36,11 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = bmc +SUBDIRS = + +if BUILD_BMC_HANDLER +SUBDIRS += bmc +endif if BUILD_HOST_TOOL SUBDIRS += tools