diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-03-16 20:00:17 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-03-16 20:00:17 +0900 |
commit | e9edb3fec2260b5a64e9ca9e09160b74f1b106e3 (patch) | |
tree | f76071f79bd5fafa833245c0135214d8ad5e8d02 /arch/sh/kernel/cpu/shmobile/Makefile | |
parent | 2feb075a33905c2f6ef6be484c75ba6a35f6d12d (diff) |
sh: Consolidate SH-Mobile CPU code in arch/sh/kernel/cpu/shmobile/.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/shmobile/Makefile')
-rw-r--r-- | arch/sh/kernel/cpu/shmobile/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/sh/kernel/cpu/shmobile/Makefile b/arch/sh/kernel/cpu/shmobile/Makefile new file mode 100644 index 00000000000..08bfa7c7db2 --- /dev/null +++ b/arch/sh/kernel/cpu/shmobile/Makefile @@ -0,0 +1,6 @@ +# +# Makefile for the Linux/SuperH SH-Mobile backends. +# + +# Power Management & Sleep mode +obj-$(CONFIG_PM) += pm.o sleep.o |