258195242b
Move VMWARE_SETTINGS build configuration option from config/sideband.h to a new config/settings.h. Existing instances of config/local/sideband.h will not be affected, since config.c still #includes config/sideband.h. Signed-off-by: Michael Brown <mcb30@ipxe.org>
17 lines
281 B
C
17 lines
281 B
C
#ifndef CONFIG_SIDEBAND_H
|
|
#define CONFIG_SIDEBAND_H
|
|
|
|
/** @file
|
|
*
|
|
* Sideband access by platform firmware
|
|
*
|
|
*/
|
|
|
|
FILE_LICENCE ( GPL2_OR_LATER );
|
|
|
|
//#define CONFIG_BOFM /* IBM's BladeCenter Open Fabric Manager */
|
|
|
|
#include <config/local/sideband.h>
|
|
|
|
#endif /* CONFIG_SIDEBAND_H */
|