xref: /linux/drivers/net/wireless/quantenna/qtnfmac/Makefile (revision 98f44cb0655cbef0850ba7ff4c8213fb1bf9b6a2)
1*98f44cb0SIgor Mitsyanko#
2*98f44cb0SIgor Mitsyanko# Copyright (c) 2015-2016 Quantenna Communications, Inc.
3*98f44cb0SIgor Mitsyanko# All rights reserved.
4*98f44cb0SIgor Mitsyanko#
5*98f44cb0SIgor Mitsyanko
6*98f44cb0SIgor Mitsyankoccflags-y += \
7*98f44cb0SIgor Mitsyanko	-Idrivers/net/wireless/quantenna/qtnfmac
8*98f44cb0SIgor Mitsyanko
9*98f44cb0SIgor Mitsyankoobj-$(CONFIG_QTNFMAC) += qtnfmac.o
10*98f44cb0SIgor Mitsyankoqtnfmac-objs += \
11*98f44cb0SIgor Mitsyanko	core.o \
12*98f44cb0SIgor Mitsyanko	commands.o \
13*98f44cb0SIgor Mitsyanko	trans.o \
14*98f44cb0SIgor Mitsyanko	cfg80211.o \
15*98f44cb0SIgor Mitsyanko	event.o \
16*98f44cb0SIgor Mitsyanko	util.o \
17*98f44cb0SIgor Mitsyanko	qlink_util.o
18*98f44cb0SIgor Mitsyanko
19*98f44cb0SIgor Mitsyanko#
20*98f44cb0SIgor Mitsyanko
21*98f44cb0SIgor Mitsyankoobj-$(CONFIG_QTNFMAC_PEARL_PCIE) += qtnfmac_pearl_pcie.o
22*98f44cb0SIgor Mitsyanko
23*98f44cb0SIgor Mitsyankoqtnfmac_pearl_pcie-objs += \
24*98f44cb0SIgor Mitsyanko	shm_ipc.o \
25*98f44cb0SIgor Mitsyanko	pearl/pcie.o
26*98f44cb0SIgor Mitsyanko
27*98f44cb0SIgor Mitsyankoqtnfmac_pearl_pcie-$(CONFIG_DEBUG_FS) += debug.o
28*98f44cb0SIgor Mitsyanko
29*98f44cb0SIgor Mitsyanko#
30*98f44cb0SIgor Mitsyanko
31*98f44cb0SIgor Mitsyankoccflags-y += -D__CHECK_ENDIAN
32