Skip to content

Commit

Permalink
Run make defconfig before copying ibmpc-1440.config
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaerr committed Mar 30, 2024
1 parent b880191 commit ebeff4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ fi
# Configure all

if [ "$1" = "auto" ]; then
echo "Invoking 'make defconfig'..."
make defconfig || clean_exit 2
echo "Building IBM PC image..."
cp ibmpc-1440.config .config
else
Expand Down

0 comments on commit ebeff4f

Please sign in to comment.