mirror of
https://github.com/torvalds/linux.git
synced 2024-12-15 07:33:56 +00:00
a1c555802a
This patch adds licensing, author information and a description to the module. Signed-off-by: Christian Lamparter <chunkeey@web.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
7 lines
168 B
Makefile
7 lines
168 B
Makefile
obj-$(CONFIG_ATH5K) += ath5k/
|
|
obj-$(CONFIG_ATH9K) += ath9k/
|
|
obj-$(CONFIG_AR9170_USB) += ar9170/
|
|
|
|
obj-$(CONFIG_ATH_COMMON) += ath.o
|
|
ath-objs := main.o regd.o
|