mirror of https://gitee.com/openkylin/linux.git
8 lines
140 B
Makefile
8 lines
140 B
Makefile
|
#
|
||
|
# Makefile for Hisilicon processors family
|
||
|
#
|
||
|
|
||
|
obj-y += hisilicon.o
|
||
|
obj-$(CONFIG_SMP) += platsmp.o
|
||
|
obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
|