Add EDAC shell module which would be included in the EDAC sample. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
6 lines
179 B
CMake
6 lines
179 B
CMake
# Copyright (c) 2020 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_sources_ifdef(CONFIG_EDAC_IBECC edac_ibecc.c)
|
|
zephyr_sources_ifdef(CONFIG_EDAC_SHELL shell.c)
|