git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
12 lines
252 B
Makefile
12 lines
252 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
obj-y := irq.o
|
|
|
|
obj-$(CONFIG_MACH_GLANTANK) += glantank.o
|
|
obj-$(CONFIG_ARCH_IQ80321) += iq80321.o
|
|
obj-$(CONFIG_ARCH_IQ31244) += iq31244.o
|
|
obj-$(CONFIG_MACH_N2100) += n2100.o
|
|
obj-$(CONFIG_MACH_EM7210) += em7210.o
|