aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/ath10k-ct
diff options
context:
space:
mode:
authorJonas Gorski <jonas.gorski@gmail.com>2017-07-21 15:20:12 +0200
committerJonas Gorski <jonas.gorski@gmail.com>2017-10-27 13:06:15 +0200
commitdd9df74dfa1fb9c1d94453dfc3590169e85726d3 (patch)
tree8e96c9bedd24925a32d24284e3f675987cf27238 /package/kernel/ath10k-ct
parent70e7efb12f0458ea5eaa1aa3423a16734f78b8c5 (diff)
downloadupstream-dd9df74dfa1fb9c1d94453dfc3590169e85726d3.tar.gz
upstream-dd9df74dfa1fb9c1d94453dfc3590169e85726d3.tar.bz2
upstream-dd9df74dfa1fb9c1d94453dfc3590169e85726d3.zip
ath10k-ct: define module directories
Define the module subdir so our buildsystem properly picks up the Module.symvers. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Diffstat (limited to 'package/kernel/ath10k-ct')
-rw-r--r--package/kernel/ath10k-ct/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/ath10k-ct/Makefile b/package/kernel/ath10k-ct/Makefile
index a894773b73..6e134e1d31 100644
--- a/package/kernel/ath10k-ct/Makefile
+++ b/package/kernel/ath10k-ct/Makefile
@@ -14,6 +14,7 @@ PKG_MIRROR_HASH:=616174650e12a82edb6b6bd18ac186e2c6a48fdad0082df9d2011ab20940814
PKG_MAINTAINER:=Ben Greear <greearb@candelatech.com>
PKG_BUILD_PARALLEL:=1
+PKG_EXTMOD_SUBDIRS:=ath10k
# Build the 4.13 ath10k-ct driver version. Other options are "-4.9", or
# leave un-defined for 4.7 kernel. Probably this should match as closely as