aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/marvell/octeontx2-ghes/Makefile
blob: ac7bd905e4b91e14fd27d11a5d93ab7de8f84404 (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for Marvell's OcteonTX2 SDEI/GHES device driver
#

obj-$(CONFIG_OCTEONTX2_SDEI_GHES) += otx2_sdei_ghes.o
otx2_sdei_ghes-$(CONFIG_OCTEONTX2_GHES_BERT) += otx2-ghes-bert.o
otx2_sdei_ghes-y += otx2-sdei-ghes.o

obj-$(CONFIG_OCTEONTX2_EINJ) += otx2-einj.o