2020-12-17 22:06:43 +08:00
|
|
|
# Copyright (c) 2020 Intel Corporation
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2021-08-05 05:42:45 +08:00
|
|
|
zephyr_library()
|
|
|
|
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_EDAC_IBECC edac_ibecc.c)
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_EDAC_SHELL shell.c)
|