 22a16f39e3
			
		
	
	
	22a16f39e3
	
	
	
		
			
			This patch adds support for omap24xx power domains and allows suspend to work. Please note that for some reason core power domain still does not seem to idle. Signed-off-by: Tony Lindgren <tony@atomide.com>
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			433 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			433 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Makefile for the linux kernel.
 | |
| #
 | |
| 
 | |
| # Common support
 | |
| obj-y := irq.o id.o io.o sram-fn.o memory.o prcm.o clock.o mux.o devices.o \
 | |
| 	 serial.o gpmc.o
 | |
| 
 | |
| obj-$(CONFIG_OMAP_MPU_TIMER)		+= timer-gp.o
 | |
| 
 | |
| # Power Management
 | |
| obj-$(CONFIG_PM) += pm.o pm-domain.o sleep.o
 | |
| 
 | |
| # Specific board support
 | |
| obj-$(CONFIG_MACH_OMAP_GENERIC)		+= board-generic.o
 | |
| obj-$(CONFIG_MACH_OMAP_H4)		+= board-h4.o
 | |
| obj-$(CONFIG_MACH_OMAP_APOLLON)		+= board-apollon.o
 | |
| 
 |