xref: /linux/arch/arm/mach-npcm/Makefile (revision 71e2f4dd5a65bd8dbca0b77661e75eea471168f8)
1# SPDX-License-Identifier: GPL-2.0-only
2AFLAGS_headsmp.o		+= -march=armv7-a
3
4obj-$(CONFIG_ARCH_NPCM7XX)	+= npcm7xx.o
5obj-$(CONFIG_SMP)		+= platsmp.o headsmp.o
6