Files
Dimitar Gamishev f9b0e7a283 linux
2017-10-13 14:07:04 +03:00

8 lines
146 B
Makefile

obj-$(CONFIG_ACPI) += boot.o
obj-$(CONFIG_ACPI_SLEEP) += sleep.o wakeup_$(BITS).o
ifneq ($(CONFIG_ACPI_PROCESSOR),)
obj-y += cstate.o
endif