diff options
Diffstat (limited to 'src/config/sideband.h')
-rw-r--r-- | src/config/sideband.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/sideband.h b/src/config/sideband.h index 2e2a8d41..039bb5d0 100644 --- a/src/config/sideband.h +++ b/src/config/sideband.h @@ -11,6 +11,9 @@ FILE_LICENCE ( GPL2_OR_LATER ); //#define CONFIG_BOFM /* IBM's BladeCenter Open Fabric Manager */ +#include <config/named.h> +#include NAMED_CONFIG(sideband.h) #include <config/local/sideband.h> +#include LOCAL_NAMED_CONFIG(sideband.h) #endif /* CONFIG_SIDEBAND_H */ |