Files
seL4/libsel4/include/sel4/config.h
Kent McLeod 87f5992d12 libsel4: def. CONFIG_KERNEL_LOG_BUFFER in autoconf
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>
2021-09-06 08:08:54 +10:00

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>