diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-11-18 16:26:00 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-11-18 16:26:00 +0900 |
commit | cfc806a7ee38e68a9363584dd2b00421fda6dfed (patch) | |
tree | 0890cd92afc941d84c6b50a93802260a079b7648 /arch/sh/kernel/cpu/Makefile | |
parent | ec20a81562772f43610490a48814f9edbebc3431 (diff) |
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/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sh/kernel/cpu/Makefile b/arch/sh/kernel/cpu/Makefile index 5366fdf8c56..fa58bfd30d8 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 |