Makefile 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. #
  2. # Copyright (C) 2011-2014, Marvell International Ltd.
  3. #
  4. # This software file (the "File") is distributed by Marvell International
  5. # Ltd. under the terms of the GNU General Public License Version 2, June 1991
  6. # (the "License"). You may use, redistribute and/or modify this File in
  7. # accordance with the terms and conditions of the License, a copy of which
  8. # is available by writing to the Free Software Foundation, Inc.,
  9. # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the
  10. # worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
  11. #
  12. # THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
  13. # IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE
  14. # ARE EXPRESSLY DISCLAIMED. The License provides additional details about
  15. # this warranty disclaimer.
  16. mwifiex-y += main.o
  17. mwifiex-y += init.o
  18. mwifiex-y += cfp.o
  19. mwifiex-y += cmdevt.o
  20. mwifiex-y += util.o
  21. mwifiex-y += txrx.o
  22. mwifiex-y += wmm.o
  23. mwifiex-y += 11n.o
  24. mwifiex-y += 11ac.o
  25. mwifiex-y += 11n_aggr.o
  26. mwifiex-y += 11n_rxreorder.o
  27. mwifiex-y += scan.o
  28. mwifiex-y += join.o
  29. mwifiex-y += sta_ioctl.o
  30. mwifiex-y += sta_cmd.o
  31. mwifiex-y += uap_cmd.o
  32. mwifiex-y += ie.o
  33. mwifiex-y += sta_cmdresp.o
  34. mwifiex-y += sta_event.o
  35. mwifiex-y += uap_event.o
  36. mwifiex-y += sta_tx.o
  37. mwifiex-y += sta_rx.o
  38. mwifiex-y += uap_txrx.o
  39. mwifiex-y += cfg80211.o
  40. mwifiex-y += ethtool.o
  41. mwifiex-y += 11h.o
  42. mwifiex-y += tdls.o
  43. mwifiex-$(CONFIG_DEBUG_FS) += debugfs.o
  44. obj-$(CONFIG_MWIFIEX) += mwifiex.o
  45. mwifiex_sdio-y += sdio.o
  46. obj-$(CONFIG_MWIFIEX_SDIO) += mwifiex_sdio.o
  47. mwifiex_pcie-y += pcie.o
  48. obj-$(CONFIG_MWIFIEX_PCIE) += mwifiex_pcie.o
  49. mwifiex_usb-y += usb.o
  50. obj-$(CONFIG_MWIFIEX_USB) += mwifiex_usb.o
  51. ccflags-y += -D__CHECK_ENDIAN