Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374184
b: refs/heads/master
c: a94d236
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann committed May 2, 2013
1 parent 2bcd680 commit 54d8729
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: b45e0ed41adee52c49c222e752495d69d7e57981
refs/heads/master: a94d236dc355f374857ee4e6e78b7dec8a0f29e3
6 changes: 3 additions & 3 deletions trunk/arch/arm/mach-spear/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include
# Common support
obj-y := restart.o time.o

obj-$(CONFIG_SMP) += headsmp.o platsmp.o
obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
smp-$(CONFIG_SMP) += headsmp.o platsmp.o
smp-$(CONFIG_HOTPLUG_CPU) += hotplug.o

obj-$(CONFIG_ARCH_SPEAR13XX) += spear13xx.o
obj-$(CONFIG_ARCH_SPEAR13XX) += spear13xx.o $(smp-y)
obj-$(CONFIG_MACH_SPEAR1310) += spear1310.o
obj-$(CONFIG_MACH_SPEAR1340) += spear1340.o

Expand Down

0 comments on commit 54d8729

Please sign in to comment.