mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 07:26:46 +07:00
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
|
|
|