forked from Imagelibrary/seL4
Define CONFIG_KERNEL_LOG_BUFFER in the same way as all other kernel config options so that it is present in autoconf.h Signed-off-by: Kent McLeod <kent@kry10.com>
12 lines
215 B
C
12 lines
215 B
C
/*
|
|
* Copyright 2014, General Dynamics C4 Systems
|
|
*
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
/* Compile-time configuration parameters. Might be set by the build system. */
|
|
|
|
#include <autoconf.h>
|