198f44cb0SIgor Mitsyanko# 298f44cb0SIgor Mitsyanko# Copyright (c) 2015-2016 Quantenna Communications, Inc. 398f44cb0SIgor Mitsyanko# All rights reserved. 498f44cb0SIgor Mitsyanko# 598f44cb0SIgor Mitsyanko 698f44cb0SIgor Mitsyankoccflags-y += \ 798f44cb0SIgor Mitsyanko -Idrivers/net/wireless/quantenna/qtnfmac 898f44cb0SIgor Mitsyanko 998f44cb0SIgor Mitsyankoobj-$(CONFIG_QTNFMAC) += qtnfmac.o 1098f44cb0SIgor Mitsyankoqtnfmac-objs += \ 1198f44cb0SIgor Mitsyanko core.o \ 1298f44cb0SIgor Mitsyanko commands.o \ 1398f44cb0SIgor Mitsyanko trans.o \ 1498f44cb0SIgor Mitsyanko cfg80211.o \ 1598f44cb0SIgor Mitsyanko event.o \ 1698f44cb0SIgor Mitsyanko util.o \ 1798f44cb0SIgor Mitsyanko qlink_util.o 1898f44cb0SIgor Mitsyanko 1998f44cb0SIgor Mitsyanko# 2098f44cb0SIgor Mitsyanko 2198f44cb0SIgor Mitsyankoobj-$(CONFIG_QTNFMAC_PEARL_PCIE) += qtnfmac_pearl_pcie.o 2298f44cb0SIgor Mitsyanko 2398f44cb0SIgor Mitsyankoqtnfmac_pearl_pcie-objs += \ 2498f44cb0SIgor Mitsyanko shm_ipc.o \ 2598f44cb0SIgor Mitsyanko pearl/pcie.o 2698f44cb0SIgor Mitsyanko 2798f44cb0SIgor Mitsyankoqtnfmac_pearl_pcie-$(CONFIG_DEBUG_FS) += debug.o 2898f44cb0SIgor Mitsyanko 2998f44cb0SIgor Mitsyanko# 3098f44cb0SIgor Mitsyanko 3198f44cb0SIgor Mitsyankoccflags-y += -D__CHECK_ENDIAN 32