summaryrefslogtreecommitdiff
path: root/zephyr/subsys/ap_pwrseq/CMakeLists.txt
blob: 2eba5ae67a42dec274ccd477d9f9895c6ab7a987 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# SPDX-License-Identifier: Apache-2.0

zephyr_library_include_directories(include)
zephyr_library_sources(
	ap_events.c
	)
zephyr_library_sources_ifdef(CONFIG_AP_PWRSEQ
	ap_power_interface.c
	power_signals.c
	signal_gpio.c
	signal_vw.c
	signal_adc.c
	)
zephyr_library_sources_ifdef(CONFIG_X86_NON_DSX_PWRSEQ
	x86_non_dsx_common_pwrseq_sm_handler.c)
zephyr_library_sources_ifdef(CONFIG_X86_NON_DSX_PWRSEQ_CONSOLE
	x86_non_dsx_common_pwrseq_console.c)
zephyr_library_sources_ifdef(CONFIG_X86_NON_DSX_PWRSEQ_ADL
	x86_non_dsx_adlp_pwrseq_sm.c)