summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuis R. Rodriguez <lrodriguez@atheros.com>2010-08-30 18:59:44 -0700
committerLuis R. Rodriguez <lrodriguez@atheros.com>2010-08-30 19:34:57 -0700
commit6d8431e62a8ebc5a81091fd2e8273ae244d05977 (patch)
tree8f33bb2b12b844afc42198b78965fcd8ba74eaf4 /Makefile
parent3b714ff15ef1b3b714e8eebab99969da4d466d5f (diff)
compat-wireless: enable ath6kl from being included
ath6kl is not yet upstream but is on its way. For now just display and copy ath6kl if its present on linux-next.git Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e2041123..b590ca24 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,12 @@ endif
obj-$(CONFIG_COMPAT_BLUETOOTH) += net/bluetooth/
obj-$(CONFIG_COMPAT_BLUETOOTH_MODULES) += drivers/bluetooth/
+
+ifeq ($(CONFIG_STAGING_EXCLUDE_BUILD),)
+obj-$(CONFIG_COMPAT_STAGING) += drivers/staging/ath6kl/
+endif
+
+
else
export PWD := $(shell pwd)