]> Git Repo - linux.git/blob - arch/arm/mach-keystone/Makefile
mm, kmemleak: little optimization while scanning
[linux.git] / arch / arm / mach-keystone / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 obj-y                                   := keystone.o smc.o
3
4 plus_sec := $(call as-instr,.arch_extension sec,+sec)
5 AFLAGS_smc.o                            :=-Wa,-march=armv7-a$(plus_sec)
6
7 obj-$(CONFIG_SMP)                       += platsmp.o
8
9 # PM domain driver for Keystone SOCs
10 obj-$(CONFIG_ARCH_KEYSTONE)             += pm_domain.o
This page took 0.036622 seconds and 4 git commands to generate.