 # SPDX-License-Identifier: GPL-2.0
 # Copyright (c) 2023 MCST
 
obj-y				+= boot.o
obj-$(CONFIG_ACPI_SLEEP)	+= sleep.o
obj-y				+= cstate.o
