xref: /linux/arch/arm/mach-socfpga/Makefile (revision 253f68f413a87a4e2bd93e61b00410e5e1b7b774)
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