From: Mike Frysinger Date: Thu, 12 Jul 2007 06:35:15 +0000 (+0800) Subject: Blackfin arch: as pointed out by Robert P. J. Day, update the CPU_FREQ name to match... X-Git-Tag: v2.6.23-rc1~1111^2~5 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=798b77095dea2f89e42f5aaa0e5b18833fea5358;p=~emulex%2Finfiniband.git Blackfin arch: as pointed out by Robert P. J. Day, update the CPU_FREQ name to match current Kconfig Cc: Robert P. J. Day Signed-off-by: Mike Frysinger Signed-off-by: Bryan Wu --- diff --git a/arch/blackfin/mach-bf533/Makefile b/arch/blackfin/mach-bf533/Makefile index 0322546aea8..8cce1736360 100644 --- a/arch/blackfin/mach-bf533/Makefile +++ b/arch/blackfin/mach-bf533/Makefile @@ -6,4 +6,4 @@ extra-y := head.o obj-y := ints-priority.o dma.o -obj-$(CONFIG_CPU_FREQ_BF533) += cpu.o +obj-$(CONFIG_CPU_FREQ) += cpu.o