forked from Minki/linux
b996b58303
Babbage is a reference board from Freescale for their i.MX51 SoC. Add board definition, Kconfig and Makefiles to enable Freescale i.MX51 processor and Babbage board. Boot tested on a Babbage2.5 board Signed-off-by: Amit Kucheria <amit.kucheria@canonical.com>
10 lines
162 B
Makefile
10 lines
162 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
|
|
|