diff options
author | Martyn Welch <martyn.welch@gefanuc.com> | 2009-01-19 11:33:24 +0000 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-01-28 23:03:20 -0600 |
commit | bb2b66dca1c4cbe16d8208d4b2910cf0eb6e9f75 (patch) | |
tree | a7da9bce77072855c0a6d13bb93aca46664bdeff /arch/powerpc/platforms/86xx/Makefile | |
parent | d0839118f396f6d7af553e99ad204aa2b3209cde (diff) |
powerpc/86xx: Board support for GE Fanuc SBC310
Support for the SBC310 VPX Single Board Computer from GE Fanuc (PowerPC
MPC8641D).
This is the basic board support for GE Fanuc's SBC310, a 3U single board
computer, based on Freescale's MPC8641D.
Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/86xx/Makefile')
-rw-r--r-- | arch/powerpc/platforms/86xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/86xx/Makefile b/arch/powerpc/platforms/86xx/Makefile index 31e540c2ebb..7c080da4523 100644 --- a/arch/powerpc/platforms/86xx/Makefile +++ b/arch/powerpc/platforms/86xx/Makefile @@ -9,3 +9,4 @@ obj-$(CONFIG_SBC8641D) += sbc8641d.o obj-$(CONFIG_MPC8610_HPCD) += mpc8610_hpcd.o gef-gpio-$(CONFIG_GPIOLIB) += gef_gpio.o obj-$(CONFIG_GEF_SBC610) += gef_sbc610.o gef_pic.o $(gef-gpio-y) +obj-$(CONFIG_GEF_SBC310) += gef_sbc310.o gef_pic.o $(gef-gpio-y) |