xref: /linux/arch/arm/mach-npcm/Makefile (revision 44f57d78)
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