commit | 58c1ca2f7cc58eacc059486bacb66d152de0631c | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Apr 22 12:29:35 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Apr 22 12:51:40 2021 -0500 |
tree | 98c35089789a27eadc32d479a31280a3d2197f64 | |
parent | 0fcfbeee727dc7f435adba6483cd3754555db748 [diff] |
build: build biccommands always Limit the amount of code that is #ifdef'd out from a normal build, so compile issues do not escape, by only #ifdef'ing out the function that registers the BIC-based IPMI handlers and not the majority of the code to handle BIC-related IPMI commands. This allows us to identify compile failures in unit-testing. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I2131f81890865c8189c6846987c5068373c68203