summaryrefslogtreecommitdiff
path: root/arch/sh/kernel/cpu/Makefile
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2011-11-18 07:26:00 (GMT)
committerPaul Mundt <lethal@linux-sh.org>2011-11-18 07:26:00 (GMT)
commitcfc806a7ee38e68a9363584dd2b00421fda6dfed (patch)
tree0890cd92afc941d84c6b50a93802260a079b7648 /arch/sh/kernel/cpu/Makefile
parentec20a81562772f43610490a48814f9edbebc3431 (diff)
downloadlinux-fsl-qoriq-cfc806a7ee38e68a9363584dd2b00421fda6dfed.tar.xz
sh: hwblk: Kill off remaining bits of hwblk API.
Now that everything has been migrated, kill off the remaining infrastructure bits. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/Makefile')
-rw-r--r--arch/sh/kernel/cpu/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sh/kernel/cpu/Makefile b/arch/sh/kernel/cpu/Makefile
index 5366fdf..fa58bfd 100644
--- a/arch/sh/kernel/cpu/Makefile
+++ b/arch/sh/kernel/cpu/Makefile
@@ -19,6 +19,3 @@ obj-$(CONFIG_SH_ADC) += adc.o
obj-$(CONFIG_SH_CLK_CPG_LEGACY) += clock-cpg.o
obj-y += irq/ init.o clock.o fpu.o proc.o
-ifneq ($(CONFIG_CPU_SUBTYPE_SH7722)$(CONFIG_CPU_SUBTYPE_SH7723)$(CONFIG_CPU_SUBTYPE_SH7724),y)
-obj-y += hwblk.o
-endif