1 # SPDX-License-Identifier: GPL-2.0 2 # 3 # Makefile for the linux kernel. 4 # 5 6 obj-y := socfpga.o 7 obj-$(CONFIG_SMP) += headsmp.o platsmp.o 8 obj-$(CONFIG_SOCFPGA_SUSPEND) += pm.o self-refresh.o 9 obj-$(CONFIG_EDAC_ALTERA_L2C) += l2_cache.o 10 obj-$(CONFIG_EDAC_ALTERA_OCRAM) += ocram.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.