git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
9 lines
143 B
Makefile
9 lines
143 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
obj-y := irq.o uart.o
|
|
|
|
obj-$(CONFIG_ARCH_IQ80331) += iq80331.o
|
|
obj-$(CONFIG_MACH_IQ80332) += iq80332.o
|