aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/power/Makefile
blob: 58b32db33125a9eb13cc3859597cfb5b32b2cb4c (plain) (blame)
1
2
3
4
5
6
7
# __restore_processor_state() restores %gs after S3 resume and so should not
# itself be stack-protected
nostackp := $(call cc-option, -fno-stack-protector)
CFLAGS_cpu_$(BITS).o	:= $(nostackp)

obj-$(CONFIG_PM_SLEEP)		+= cpu_$(BITS).o
obj-$(CONFIG_HIBERNATION)	+= hibernate_$(BITS).o hibernate_asm_$(BITS).o