xref: /linux/arch/arm/mach-hisi/Makefile (revision 0883c2c06fb5bcf5b9e008270827e63c09a88c1e)
1#
2# Makefile for Hisilicon processors family
3#
4
5CFLAGS_platmcpm.o	:= -march=armv7-a
6
7obj-y	+= hisilicon.o
8obj-$(CONFIG_MCPM)		+= platmcpm.o
9obj-$(CONFIG_SMP)		+= platsmp.o hotplug.o
10