5 lines
		
	
	
		
			128 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			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
 |