Skip to content

Commit

Permalink
Instructions for building linux kernel updated (#1720)
Browse files Browse the repository at this point in the history
Co-authored-by: Gregory Jun <[email protected]>
  • Loading branch information
gregoryJ-amd and Gregory Jun authored Sep 5, 2024
1 parent 52c4a13 commit 9d54d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/buildHostLin.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@ You will...

```bash
cd $LINUX_SRC_DIR
make O=$LINUX_BUILD_DIR olddefconfig
./scripts/config --file $LINUX_BUILD_DIR/.config --disable MODULE_SIG
./scripts/config --file $LINUX_BUILD_DIR/.config --disable SYSTEM_TRUSTED_KEYS
./scripts/config --file $LINUX_BUILD_DIR/.config --disable SYSTEM_REVOCATION_KEYS
./scripts/config --file $LINUX_BUILD_DIR/.config --enable DRM_ACCEL
make O=$LINUX_BUILD_DIR olddefconfig
```

1. Build Linux.
Expand Down

0 comments on commit 9d54d3e

Please sign in to comment.