Blame view

arch/x86/power/Makefile 292 Bytes
9b7b89efa   Joseph Cihula   x86: disable stac...
1
2
3
  # __restore_processor_state() restores %gs after S3 resume and so should not
  # itself be stack-protected
  nostackp := $(call cc-option, -fno-stack-protector)
00024be96   Peter Chubb   x86: Fix resume f...
4
  CFLAGS_cpu.o	:= $(nostackp)
9b7b89efa   Joseph Cihula   x86: disable stac...
5

08687aec7   Sergio Luis   x86: unify power/...
6
  obj-$(CONFIG_PM_SLEEP)		+= cpu.o
ef8b03fab   Rafael J. Wysocki   x86 PM: consolida...
7
  obj-$(CONFIG_HIBERNATION)	+= hibernate_$(BITS).o hibernate_asm_$(BITS).o