Skip to content

Commit

Permalink
docs: add notes on linux defconfig
Browse files Browse the repository at this point in the history
Signed-off-by: AtomicFS <[email protected]>
  • Loading branch information
AtomicFS committed Jul 11, 2024
1 parent 59ab549 commit 459cfc7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# How to generate defconfig

## coreboot

Make your changes:
```bash
$ make menuconfig
Expand All @@ -10,3 +12,11 @@ Generate `defconfig` file:
$ make savedefconfig
```


## Linux

```bash
$ make tinyconfig
$ make savedefconfig
```

0 comments on commit 459cfc7

Please sign in to comment.