Skip to content

Commit

Permalink
driver.sh: tmp
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
  • Loading branch information
nathanchance committed Nov 18, 2018
1 parent d4e74e3 commit 5368367
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,17 +127,6 @@ build_linux() {
# is good about figuring out what needs to be rebuilt
[[ -n "${cleanup:-}" ]] && mako_reactor mrproper
mako_reactor ${config}
# If we're using a defconfig, enable some more common config options
# like debugging, selftests, and common drivers
if [[ ${config} =~ defconfig ]]; then
cat ../configs/common.config >> .config
# Some torture test configs cause issues on x86_64
[[ $ARCH != "x86_64" ]] && cat ../configs/tt.config >> .config
fi
# Make sure we build with CONFIG_DEBUG_SECTION_MISMATCH so that the
# full warning gets printed and we can file and fix it properly.
./scripts/config -e DEBUG_SECTION_MISMATCH
mako_reactor olddefconfig &>/dev/null
mako_reactor ${image_name}

cd "${OLDPWD}"
Expand Down

0 comments on commit 5368367

Please sign in to comment.