Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112474
b: refs/heads/master
c: 0d1bde9
h: refs/heads/master
v: v3
  • Loading branch information
Eric Miao authored and Russell King committed Oct 7, 2008
1 parent b5ba8ef commit 8cb0a3a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7ff43535696e65333f2e335aa0063094e3001f39
refs/heads/master: 0d1bde9ed102cf90165adaf7efcff7bb77658eaa
6 changes: 5 additions & 1 deletion trunk/arch/arm/mach-pxa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
obj-y += clock.o devices.o generic.o irq.o dma.o \
time.o gpio.o reset.o
obj-$(CONFIG_PM) += pm.o sleep.o standby.o
obj-$(CONFIG_CPU_FREQ) += cpu-pxa.o

ifeq ($(CONFIG_CPU_FREQ),y)
obj-$(CONFIG_PXA25x) += cpufreq-pxa2xx.o
obj-$(CONFIG_PXA27x) += cpufreq-pxa2xx.o
endif

# Generic drivers that other drivers may depend upon
obj-$(CONFIG_PXA_SSP) += ssp.o
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* linux/arch/arm/mach-pxa/cpu-pxa.c
* linux/arch/arm/mach-pxa/cpufreq-pxa2xx.c
*
* Copyright (C) 2002,2003 Intrinsyc Software
*
Expand Down

0 comments on commit 8cb0a3a

Please sign in to comment.