diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2008-07-14 21:55:27 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2008-07-14 21:55:27 -0400 |
commit | 5b0504c0d795d6b0a904ff861c043d7a231f67a4 (patch) | |
tree | c988e8b614c55d0dae2be4b750a03eb0a4f4d355 /arch/powerpc/platforms/512x/Makefile | |
parent | 930074b6b9c4895d20cdadba5aff97907e28728d (diff) | |
parent | 77a76369475801ab8cbb338b9d8cfa92a491badb (diff) |
Merge commit 'gcl/gcl-next'
Diffstat (limited to 'arch/powerpc/platforms/512x/Makefile')
-rw-r--r-- | arch/powerpc/platforms/512x/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/512x/Makefile b/arch/powerpc/platforms/512x/Makefile index 232c89f2039a..90be2f5717e6 100644 --- a/arch/powerpc/platforms/512x/Makefile +++ b/arch/powerpc/platforms/512x/Makefile | |||
@@ -1,4 +1,6 @@ | |||
1 | # | 1 | # |
2 | # Makefile for the Freescale PowerPC 512x linux kernel. | 2 | # Makefile for the Freescale PowerPC 512x linux kernel. |
3 | # | 3 | # |
4 | obj-$(CONFIG_MPC5121_ADS) += mpc5121_ads.o | 4 | obj-y += clock.o mpc512x_shared.o |
5 | obj-$(CONFIG_MPC5121_ADS) += mpc5121_ads.o mpc5121_ads_cpld.o | ||
6 | obj-$(CONFIG_MPC5121_GENERIC) += mpc5121_generic.o | ||