mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 05:01:48 +00:00
4e8aae89a3
This adds support for the Wind River SBC8641D board, based largely on the mpc86xx_hpcn support. The biggest difference is the lack of the Uli and the i8259 cascade, which simplifies things. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9 lines
215 B
Makefile
9 lines
215 B
Makefile
#
|
|
# Makefile for the PowerPC 86xx linux kernel.
|
|
#
|
|
|
|
obj-$(CONFIG_SMP) += mpc86xx_smp.o
|
|
obj-$(CONFIG_MPC8641_HPCN) += mpc86xx_hpcn.o
|
|
obj-$(CONFIG_SBC8641D) += sbc8641d.o
|
|
obj-$(CONFIG_MPC8610_HPCD) += mpc8610_hpcd.o
|