diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2006-07-03 16:08:21 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2006-07-03 16:08:21 -0500 |
commit | 71bc7bf045262e82c645cad48fd56dd17e75344e (patch) | |
tree | a017aeef94bfb0a98027cf4c202598b2a2209f0d /arch/powerpc/platforms/83xx/Makefile | |
parent | cbdb54d3ca986e30d0b8c1f755c3910b5573baae (diff) | |
parent | 913b83944b9e13c60ca4ef95cf262547ff6bf93b (diff) |
Merge branch '83xx' into for_paulus
Diffstat (limited to 'arch/powerpc/platforms/83xx/Makefile')
-rw-r--r-- | arch/powerpc/platforms/83xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/83xx/Makefile b/arch/powerpc/platforms/83xx/Makefile index 5c72367441a..9387a110d28 100644 --- a/arch/powerpc/platforms/83xx/Makefile +++ b/arch/powerpc/platforms/83xx/Makefile @@ -4,3 +4,4 @@ obj-y := misc.o obj-$(CONFIG_PCI) += pci.o obj-$(CONFIG_MPC834x_SYS) += mpc834x_sys.o +obj-$(CONFIG_MPC834x_ITX) += mpc834x_itx.o |