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