modules: acpica: Fix CMakeLists.txt style
Fix indentation to use spaces (instead of tabs) and remove the unnecessary repetition of the condition inside endif(). Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
d69d4013d3
commit
58ba0e1e26
1 changed files with 171 additions and 171 deletions
|
|
@ -127,7 +127,7 @@ if (CONFIG_ACPI_DSDT_SUPPORT)
|
|||
${COMP_DIR}/resources/rsmisc.c
|
||||
${COMP_DIR}/resources/rsserial.c
|
||||
)
|
||||
endif (CONFIG_ACPI_DSDT_SUPPORT)
|
||||
endif()
|
||||
zephyr_library_sources(
|
||||
${COMP_DIR}/tables/tbdata.c
|
||||
${COMP_DIR}/tables/tbfadt.c
|
||||
|
|
@ -176,4 +176,4 @@ endif (CONFIG_ACPI_DSDT_SUPPORT)
|
|||
${COMP_DIR}/hardware/hwvalid.c
|
||||
${SRC_DIR}/os_specific/service_layers/oszephyr.c
|
||||
)
|
||||
endif (CONFIG_ACPI)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in a new issue