| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | # CPUfreq core
 | 
					
						
							|  |  |  | obj-$(CONFIG_CPU_FREQ)			+= cpufreq.o | 
					
						
							|  |  |  | # CPUfreq stats
 | 
					
						
							|  |  |  | obj-$(CONFIG_CPU_FREQ_STAT)             += cpufreq_stats.o | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # CPUfreq governors 
 | 
					
						
							|  |  |  | obj-$(CONFIG_CPU_FREQ_GOV_PERFORMANCE)	+= cpufreq_performance.o | 
					
						
							|  |  |  | obj-$(CONFIG_CPU_FREQ_GOV_POWERSAVE)	+= cpufreq_powersave.o | 
					
						
							|  |  |  | obj-$(CONFIG_CPU_FREQ_GOV_USERSPACE)	+= cpufreq_userspace.o | 
					
						
							|  |  |  | obj-$(CONFIG_CPU_FREQ_GOV_ONDEMAND)	+= cpufreq_ondemand.o | 
					
						
							| 
									
										
										
										
											2005-05-31 19:03:47 -07:00
										 |  |  | obj-$(CONFIG_CPU_FREQ_GOV_CONSERVATIVE)	+= cpufreq_conservative.o | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | # CPUfreq cross-arch helpers
 | 
					
						
							|  |  |  | obj-$(CONFIG_CPU_FREQ_TABLE)		+= freq_table.o | 
					
						
							|  |  |  | 
 |