beaac6f32c
3-stack is a reference board from Freescale for their i.MX51 SoC. Add board definition, Kconfig and Makefile to enable Freescale 3-stack board. Boot tested on a i.MX51 3-stack Rev2.0 board Signed-off-by: Jason Wang <jason77.wang@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
10 lines
209 B
Makefile
10 lines
209 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
# Object file lists.
|
|
obj-y := cpu.o mm.o clock-mx51.o devices.o
|
|
|
|
obj-$(CONFIG_MACH_MX51_BABBAGE) += board-mx51_babbage.o
|
|
obj-$(CONFIG_MACH_MX51_3DS) += board-mx51_3ds.o
|