xref: /linux/drivers/net/wireless/quantenna/qtnfmac/Makefile (revision b24413180f5600bcb3bb70fbed5cf186b60864bd)
1*b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
298f44cb0SIgor Mitsyanko#
398f44cb0SIgor Mitsyanko# Copyright (c) 2015-2016 Quantenna Communications, Inc.
498f44cb0SIgor Mitsyanko# All rights reserved.
598f44cb0SIgor Mitsyanko#
698f44cb0SIgor Mitsyanko
798f44cb0SIgor Mitsyankoccflags-y += \
898f44cb0SIgor Mitsyanko	-Idrivers/net/wireless/quantenna/qtnfmac
998f44cb0SIgor Mitsyanko
1098f44cb0SIgor Mitsyankoobj-$(CONFIG_QTNFMAC) += qtnfmac.o
1198f44cb0SIgor Mitsyankoqtnfmac-objs += \
1298f44cb0SIgor Mitsyanko	core.o \
1398f44cb0SIgor Mitsyanko	commands.o \
1498f44cb0SIgor Mitsyanko	trans.o \
1598f44cb0SIgor Mitsyanko	cfg80211.o \
1698f44cb0SIgor Mitsyanko	event.o \
1798f44cb0SIgor Mitsyanko	util.o \
1898f44cb0SIgor Mitsyanko	qlink_util.o
1998f44cb0SIgor Mitsyanko
2098f44cb0SIgor Mitsyanko#
2198f44cb0SIgor Mitsyanko
2298f44cb0SIgor Mitsyankoobj-$(CONFIG_QTNFMAC_PEARL_PCIE) += qtnfmac_pearl_pcie.o
2398f44cb0SIgor Mitsyanko
2498f44cb0SIgor Mitsyankoqtnfmac_pearl_pcie-objs += \
2598f44cb0SIgor Mitsyanko	shm_ipc.o \
2698f44cb0SIgor Mitsyanko	pearl/pcie.o
2798f44cb0SIgor Mitsyanko
2898f44cb0SIgor Mitsyankoqtnfmac_pearl_pcie-$(CONFIG_DEBUG_FS) += debug.o
29