xref: /openbmc/linux/drivers/net/wwan/t7xx/Makefile (revision 13e920d9)
1*13e920d9SHaijun Liu# SPDX-License-Identifier: GPL-2.0-only
2*13e920d9SHaijun Liu
3*13e920d9SHaijun Liuccflags-y += -Werror
4*13e920d9SHaijun Liu
5*13e920d9SHaijun Liuobj-${CONFIG_MTK_T7XX} := mtk_t7xx.o
6*13e920d9SHaijun Liumtk_t7xx-y:=	t7xx_pci.o \
7*13e920d9SHaijun Liu		t7xx_pcie_mac.o \
8*13e920d9SHaijun Liu		t7xx_mhccif.o \
9*13e920d9SHaijun Liu		t7xx_state_monitor.o  \
10*13e920d9SHaijun Liu		t7xx_modem_ops.o \
11*13e920d9SHaijun Liu		t7xx_cldma.o \
12*13e920d9SHaijun Liu		t7xx_hif_cldma.o  \
13