Merge pull request #214 from adararnon/feature/Module7.symvers

WANT_SYMVERS now also copies Module7.symvers
This commit is contained in:
popcornmix
2016-07-23 11:57:55 +01:00
committed by GitHub

View File

@@ -174,6 +174,9 @@ function update_firmware {
if [[ -f "${FW_REPOLOCAL}/Module.symvers" ]]; then
cp "${FW_REPOLOCAL}/Module.symvers" "${FW_PATH}/"
fi
if [[ -f "${FW_REPOLOCAL}/Module7.symvers" ]]; then
cp "${FW_REPOLOCAL}/Module7.symvers" "${FW_PATH}/"
fi
if [[ -f "${FW_REPOLOCAL}/git_hash" ]]; then
cp "${FW_REPOLOCAL}/git_hash" "${FW_PATH}/"
fi