Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133332
b: refs/heads/master
c: e9edb3f
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Mar 16, 2009
1 parent d5b3a05 commit 6766b5b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 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: 2feb075a33905c2f6ef6be484c75ba6a35f6d12d
refs/heads/master: e9edb3fec2260b5a64e9ca9e09160b74f1b106e3
1 change: 1 addition & 0 deletions trunk/arch/sh/kernel/cpu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ obj-$(CONFIG_CPU_SH5) = sh5/
# Special cases for family ancestry.

obj-$(CONFIG_CPU_SH4A) += sh4a/
obj-$(CONFIG_ARCH_SHMOBILE) += shmobile/

# Common interfaces.

Expand Down
4 changes: 0 additions & 4 deletions trunk/arch/sh/kernel/cpu/sh4a/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ pinmux-$(CONFIG_CPU_SUBTYPE_SH7723) := pinmux-sh7723.o
pinmux-$(CONFIG_CPU_SUBTYPE_SH7785) := pinmux-sh7785.o
pinmux-$(CONFIG_CPU_SUBTYPE_SH7786) := pinmux-sh7786.o

# Power Mangement & Sleep mode
pm-$(CONFIG_ARCH_SHMOBILE) := pm-sh_mobile.o sleep-sh_mobile.o

obj-y += $(clock-y)
obj-$(CONFIG_SMP) += $(smp-y)
obj-$(CONFIG_GENERIC_GPIO) += $(pinmux-y)
obj-$(CONFIG_PM) += $(pm-y)
6 changes: 6 additions & 0 deletions trunk/arch/sh/kernel/cpu/shmobile/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#
# Makefile for the Linux/SuperH SH-Mobile backends.
#

# Power Management & Sleep mode
obj-$(CONFIG_PM) += pm.o sleep.o
File renamed without changes.
File renamed without changes.

0 comments on commit 6766b5b

Please sign in to comment.