summaryrefslogtreecommitdiffstats
path: root/src/config/sideband.h
diff options
context:
space:
mode:
authorAnton D. Kachalov2012-08-27 01:28:49 +0200
committerMichael Brown2012-08-27 01:28:49 +0200
commit5e73677a01133546e1da35f8b8d26cb1f092417a (patch)
treebe8a23c49a0eb39ac52de886bc280416a4ed1e65 /src/config/sideband.h
parent[build] Display commands for dependency generation when building with V=1 (diff)
downloadipxe-5e73677a01133546e1da35f8b8d26cb1f092417a.tar.gz
ipxe-5e73677a01133546e1da35f8b8d26cb1f092417a.tar.xz
ipxe-5e73677a01133546e1da35f8b8d26cb1f092417a.zip
[build] Add missing #include <config/local/sideband.h>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/sideband.h')
-rw-r--r--src/config/sideband.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/sideband.h b/src/config/sideband.h
index a16c2e37..52339993 100644
--- a/src/config/sideband.h
+++ b/src/config/sideband.h
@@ -12,4 +12,6 @@ FILE_LICENCE ( GPL2_OR_LATER );
//#define CONFIG_BOFM /* IBM's BladeCenter Open Fabric Manager */
//#define VMWARE_SETTINGS /* VMware GuestInfo settings */
+#include <config/local/sideband.h>
+
#endif /* CONFIG_SIDEBAND_H */