mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-09 03:52:06 -05:00
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
|