git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
13 lines
259 B
Makefile
13 lines
259 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
# Object file lists.
|
|
|
|
obj-y += time.o generic.o pfifo.o xc.o
|
|
|
|
# Specific board support
|
|
obj-$(CONFIG_MACH_NXDKN) += nxdkn.o
|
|
obj-$(CONFIG_MACH_NXDB500) += nxdb500.o fb.o
|
|
obj-$(CONFIG_MACH_NXEB500HMI) += nxeb500hmi.o fb.o
|