Files
Debian-9-Kernel/arch/arm/mach-keystone/Makefile
T
2023-05-02 09:58:35 +02:00

10 lines
249 B
Makefile

obj-y := keystone.o smc.o
plus_sec := $(call as-instr,.arch_extension sec,+sec)
AFLAGS_smc.o :=-Wa,-march=armv7-a$(plus_sec)
obj-$(CONFIG_SMP) += platsmp.o
# PM domain driver for Keystone SOCs
obj-$(CONFIG_ARCH_KEYSTONE) += pm_domain.o