diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2008-01-25 02:41:27 +0300 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-28 17:30:50 +0300 |
commit | 0e0fffe887673a04bb8f8ec8287c5057e2ed8f27 (patch) | |
tree | 42b5d35b90791cc929d2b7771f0dadcf39a8a640 /arch/powerpc/platforms/85xx/Makefile | |
parent | 3ad1f93155221510101399af105af6019c7a8e3d (diff) | |
download | linux-0e0fffe887673a04bb8f8ec8287c5057e2ed8f27.tar.xz |
[POWERPC] 85xx: Add basic support for Wind River SBC8548 board
This adds the basic support for the Wind River SBC8548 board, implemented
as powerpc. It closely follows the implementation of the MPC8548CDS.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/85xx/Makefile')
-rw-r--r-- | arch/powerpc/platforms/85xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/Makefile b/arch/powerpc/platforms/85xx/Makefile index 698f9f950504..cb7af4ebd75f 100644 --- a/arch/powerpc/platforms/85xx/Makefile +++ b/arch/powerpc/platforms/85xx/Makefile @@ -9,3 +9,4 @@ obj-$(CONFIG_MPC85xx_MDS) += mpc85xx_mds.o obj-$(CONFIG_STX_GP3) += stx_gp3.o obj-$(CONFIG_TQM85xx) += tqm85xx.o obj-$(CONFIG_SBC8560) += sbc8560.o +obj-$(CONFIG_SBC8548) += sbc8548.o |