[source] ath10k-ct: define module directories

LEDE Commits lede-commits at lists.infradead.org
Fri Oct 27 04:08:20 PDT 2017


jogo pushed a commit to source.git, branch master:
https://git.lede-project.org/dd9df74dfa1fb9c1d94453dfc3590169e85726d3

commit dd9df74dfa1fb9c1d94453dfc3590169e85726d3
Author: Jonas Gorski <jonas.gorski at gmail.com>
AuthorDate: Fri Jul 21 15:20:12 2017 +0200

    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 at gmail.com>
---
 package/kernel/ath10k-ct/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/kernel/ath10k-ct/Makefile b/package/kernel/ath10k-ct/Makefile
index a894773..6e134e1 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 at 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



More information about the lede-commits mailing list