xref: /linux/arch/arm/mach-socfpga/Makefile (revision 3ba84ac69b53e6ee07c31d54554e00793d7b144f)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the linux kernel.
4#
5
6obj-y					:= socfpga.o
7obj-$(CONFIG_SMP)	+= headsmp.o platsmp.o
8obj-$(CONFIG_SOCFPGA_SUSPEND)	+= pm.o self-refresh.o
9obj-$(CONFIG_EDAC_ALTERA_L2C)	+= l2_cache.o
10obj-$(CONFIG_EDAC_ALTERA_OCRAM)	+= ocram.o
11