emul: Remove empty files
Those files do not contain anything of relevance since
fa90b5c243
[emul: spi: bmi160: Move to
top-level directory].
Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
This commit is contained in:
parent
8ec02948c5
commit
e8510f0577
4 changed files with 0 additions and 10 deletions
|
@ -8,5 +8,4 @@ zephyr_include_directories_ifdef(CONFIG_EMUL_BMI160 ${ZEPHYR_BASE}/drivers/senso
|
|||
zephyr_library_sources_ifdef(CONFIG_EMUL_BMI160 emul_bmi160.c)
|
||||
|
||||
add_subdirectory(i2c)
|
||||
add_subdirectory(spi)
|
||||
add_subdirectory(espi)
|
||||
|
|
|
@ -46,7 +46,6 @@ config EMUL_BMI160
|
|||
i2c/ or spi/ directories.
|
||||
|
||||
source "subsys/emul/i2c/Kconfig"
|
||||
source "subsys/emul/spi/Kconfig"
|
||||
source "subsys/emul/espi/Kconfig"
|
||||
|
||||
endif
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# Once we have more than 10 devices we should consider splitting them into
|
||||
# subdirectories to match the drivers/ structure.
|
|
@ -1,4 +0,0 @@
|
|||
# Configuration options for I2C emulators
|
||||
|
||||
# Copyright 2020 Google LLC
|
||||
# SPDX-License-Identifier: Apache-2.0
|
Loading…
Add table
Add a link
Reference in a new issue