git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
10 lines
251 B
Makefile
10 lines
251 B
Makefile
obj-y += kernel/
|
|
obj-y += mm/
|
|
obj-$(CONFIG_KVM) += kvm/
|
|
obj-$(CONFIG_CRYPTO_HW) += crypto/
|
|
obj-$(CONFIG_S390_HYPFS_FS) += hypfs/
|
|
obj-$(CONFIG_APPLDATA_BASE) += appldata/
|
|
obj-y += net/
|
|
obj-$(CONFIG_PCI) += pci/
|
|
obj-$(CONFIG_NUMA) += numa/
|