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
|