zephyr/drivers/edac/CMakeLists.txt
Andrei Emeltchenko f7f2dd85be edac: shell: Add EDAC shell
Add EDAC shell module which would be included in the EDAC sample.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2021-01-21 08:34:07 -05:00

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)