PageRenderTime 92ms CodeModel.GetById 31ms app.highlight 24ms RepoModel.GetById 17ms app.codeStats 0ms

/arch/arm/mach-iop32x/Makefile

https://bitbucket.org/sammyz/iscream_thunderc-2.6.35-rebase
Makefile | 14 lines | 9 code | 2 blank | 3 comment | 0 complexity | 144fd7ea46e1762cc3afdb9d8a4abd5a MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
 1#
 2# Makefile for the linux kernel.
 3#
 4
 5obj-y			:= irq.o
 6obj-m			:=
 7obj-n			:=
 8obj-			:=
 9
10obj-$(CONFIG_MACH_GLANTANK) += glantank.o
11obj-$(CONFIG_ARCH_IQ80321) += iq80321.o
12obj-$(CONFIG_ARCH_IQ31244) += iq31244.o
13obj-$(CONFIG_MACH_N2100) += n2100.o
14obj-$(CONFIG_MACH_EM7210) += em7210.o