~ubuntu-branches/ubuntu/trusty/linux-linaro-omap/trusty

« back to all changes in this revision

Viewing changes to drivers/net/wireless/ath/ath9k/Makefile

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-57i0gl3v99b3lkfg
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
                xmit.o \
7
7
 
8
8
ath9k-$(CONFIG_ATH9K_RATE_CONTROL) += rc.o
9
 
ath9k-$(CONFIG_PCI) += pci.o
10
 
ath9k-$(CONFIG_ATHEROS_AR71XX) += ahb.o
 
9
ath9k-$(CONFIG_ATH9K_PCI) += pci.o
 
10
ath9k-$(CONFIG_ATH9K_AHB) += ahb.o
11
11
ath9k-$(CONFIG_ATH9K_DEBUGFS) += debug.o
12
12
 
13
13
obj-$(CONFIG_ATH9K) += ath9k.o
48
48
                htc_drv_init.o \
49
49
                htc_drv_gpio.o
50
50
 
 
51
ath9k_htc-$(CONFIG_ATH9K_HTC_DEBUGFS) += htc_drv_debug.o
 
52
 
51
53
obj-$(CONFIG_ATH9K_HTC) += ath9k_htc.o