Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/make_defconfig'
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrilleratplay committed Jan 1, 2019
2 parents 8d8caa8 + 062ad2b commit 60af1d8
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 1,470 deletions.
13 changes: 8 additions & 5 deletions common/config_and_make.sh
Expand Up @@ -33,16 +33,19 @@ function configAndMake() {
fi
fi

make defconfig

##############
## make ##
##############
cd "$DOCKER_COREBOOT_DIR" || exit;

################
## Config ##
###############
make defconfig

if [ "$COREBOOT_CONFIG" ]; then
make nconfig
fi

##############
## make ##
##############
make
}

0 comments on commit 60af1d8

Please sign in to comment.