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