build.config.msm.common: Copy .config and Module.symvers to DIST_DIR
.config, Module.symvers, and kernel source are needed to compile an out-of-tree kernel module. Copy these files to DIST_DIR so they can be picked up by build_module.sh. Change-Id: I62ec348b575d36879f591d3cef04d17fe0c2f434 Signed-off-by: Elliot Berman <eberman@codeaurora.org>
This commit is contained in:
parent
dc92568766
commit
19aa7bba75
@ -46,6 +46,8 @@ append_cmd POST_DEFCONFIG_CMDS 'clean_dtbs'
|
||||
|
||||
FILES+="
|
||||
arch/${ARCH}/boot/dts/${DTB_DIR}/*.dtb*
|
||||
.config
|
||||
Module.symvers
|
||||
"
|
||||
|
||||
################################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user