Files
2024-07-02 00:51:01 +03:00

5 lines
128 B
Makefile

obj-y += platform.o
obj-$(CONFIG_SUSPEND) += suspend.o suspend_asm.o
obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate_asm.o