mirror of
				https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
				synced 2025-10-31 17:04:14 +10:00 
			
		
		
		
	Recent changes to sleep initialization in ACPI dropped reporting of supported Sx states above S3. Fix that and also move S5 init into same file as other Sx. The only functional change is adding printk() for S4 and S5 cases. Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de> Acked-by: Rafael J. Wysocki <rjw@sisk.pl> Signed-off-by: Len Brown <len.brown@intel.com>
		
			
				
	
	
		
			6 lines
		
	
	
		
			126 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			126 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| obj-y					:= wakeup.o
 | |
| obj-$(CONFIG_ACPI_SLEEP)		+= main.o
 | |
| obj-$(CONFIG_ACPI_SLEEP)		+= proc.o
 | |
| 
 | |
| EXTRA_CFLAGS += $(ACPI_CFLAGS)
 |