git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
10 lines
182 B
Makefile
10 lines
182 B
Makefile
#
|
|
# Makefile for Hisilicon processors family
|
|
#
|
|
|
|
CFLAGS_platmcpm.o := -march=armv7-a
|
|
|
|
obj-y += hisilicon.o
|
|
obj-$(CONFIG_MCPM) += platmcpm.o
|
|
obj-$(CONFIG_SMP) += platsmp.o hotplug.o
|