/arch/arm/mach-mx5/Makefile
Makefile | 9 lines | 2 code | 3 blank | 4 comment | 0 complexity | 44188ed365cc36a4bc00b84956a26bd4 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
1#
2# Makefile for the linux kernel.
3#
4
5# Object file lists.
6obj-y := cpu.o mm.o clock-mx51.o devices.o
7
8obj-$(CONFIG_MACH_MX51_BABBAGE) += board-mx51_babbage.o
9