PageRenderTime 32ms CodeModel.GetById 23ms app.highlight 3ms RepoModel.GetById 1ms app.codeStats 2ms

/arch/arm/mach-mx5/Makefile

https://bitbucket.org/sammyz/iscream_thunderc-2.6.35-rebase
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