Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
2332a1db39d32e1f96cd8f27ec9d96f0ece2f5da
/
.
/
lib
/
crc
/
CMakeLists.txt
blob: a85cc3b05cc878148f8614457772f9e6c28b272e [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
zephyr_sources_ifdef(CONFIG_CRC
crc32c_sw.c
crc32_sw.c
crc16_sw.c
crc8_sw.c
crc7_sw.c
crc4_sw.c
)
zephyr_sources_ifdef(CONFIG_CRC_SHELL crc_shell.c)