License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / arch / x86 / power / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
c207aee4
JP
2OBJECT_FILES_NON_STANDARD_hibernate_asm_$(BITS).o := y
3
9b7b89ef
JC
4# __restore_processor_state() restores %gs after S3 resume and so should not
5# itself be stack-protected
6nostackp := $(call cc-option, -fno-stack-protector)
00024be9 7CFLAGS_cpu.o := $(nostackp)
9b7b89ef 8
08687aec 9obj-$(CONFIG_PM_SLEEP) += cpu.o
ef8b03fa 10obj-$(CONFIG_HIBERNATION) += hibernate_$(BITS).o hibernate_asm_$(BITS).o