blob: e9ab7c9444ff5674c674fe3c556664b51ec392a6 (
plain)
1
2
3
4
5
6
7
8
|
#
# Makefile for the linux kernel.
#
obj-y := socfpga.o
obj-$(CONFIG_SMP) += headsmp.o platsmp.o
obj-$(CONFIG_SOCFPGA_SUSPEND) += pm.o self-refresh.o
obj-$(CONFIG_EDAC_ALTERA_L2C) += l2_cache.o
|