git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
11 lines
190 B
Makefile
11 lines
190 B
Makefile
#
|
|
# Makefile for Loongson-3 family machines
|
|
#
|
|
obj-y += irq.o cop2-ex.o platform.o acpi_init.o
|
|
|
|
obj-$(CONFIG_SMP) += smp.o
|
|
|
|
obj-$(CONFIG_NUMA) += numa.o
|
|
|
|
obj-$(CONFIG_RS780_HPET) += hpet.o
|