mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 03:31:36 +01:00
OK, direct the annoying traces to the output folder
Otherwise it was getting messy to distinguish between trace-events and trace-<pid> in the .gitignore. Now only the latest trace will be kept, with a fixed name.
This commit is contained in:
@@ -8,28 +8,28 @@
|
||||
|
||||
[options="header"]
|
||||
|===
|
||||
|Name |Argument name | Description
|
||||
|`-a` |`ARCH` | Build for architecture `ARCH`.
|
||||
|`-b` |`BR2_FILE` | Also use the given Buildroot configuration fragment file.
|
||||
Pass multiple times to use multiple fragment files.
|
||||
|`-B` |`BR2_CONFIG` | Add a single Buildroot option to the current build.
|
||||
Example: `-B 'BR2_TARGET_ROOTFS_EXT2_SIZE="512M"'`
|
||||
|`-c` |`BR2_FILE` | Also use the given Buildroot configuration fragment file.
|
||||
Pass multiple times to use multiple fragment files.
|
||||
|`-C` | | Skip the Buildroot configuration. Saves a few seconds,
|
||||
but requires you to know what you are doing :-)
|
||||
|`-g` | | Enable gem5 build and disable QEMU build. You also need
|
||||
to use `-G` or `-- gem5-reconfigure` to rebuild gem5
|
||||
after the initial build.
|
||||
|`-h` | | Show this help message.
|
||||
|`-I` | | Enable initramfs for the current build.
|
||||
|`-i` | | Enable initrd for the current build.
|
||||
|`-K` |`KERNEL_CONFIG_FILE` | Use `KERNEL_CONFIG_FILE` as the exact Linux kernel
|
||||
configuration. Ignore the default `kernel_config_fragment`.
|
||||
|`-p` | | Pass extra arguments to the `rootfs_post_build_script`.
|
||||
|`-S` | | Don't build QEMU with SDL support.
|
||||
Graphics such as X11 won't work, only the terminal.
|
||||
|`-v` | | Do a verbose build.
|
||||
|Name |Argument name |Description
|
||||
|`-a` |`ARCH` |Build for architecture `ARCH`.
|
||||
|`-b` |`BR2_FILE` |Also use the given Buildroot configuration fragment file.
|
||||
Pass multiple times to use multiple fragment files.
|
||||
|`-B` |`BR2_CONFIG` |Add a single Buildroot option to the current build.
|
||||
Example: `-B 'BR2_TARGET_ROOTFS_EXT2_SIZE="512M"'`
|
||||
|`-c` |`BR2_FILE` |Also use the given Buildroot configuration fragment file.
|
||||
Pass multiple times to use multiple fragment files.
|
||||
|`-C` | |Skip the Buildroot configuration. Saves a few seconds,
|
||||
but requires you to know what you are doing :-)
|
||||
|`-g` | |Enable gem5 build and disable QEMU build. You also need
|
||||
to use `-G` or `-- gem5-reconfigure` to rebuild gem5
|
||||
after the initial build.
|
||||
|`-h` | |Show this help message.
|
||||
|`-I` | |Enable initramfs for the current build.
|
||||
|`-i` | |Enable initrd for the current build.
|
||||
|`-K` |`KERNEL_CONFIG_FILE` |Use `KERNEL_CONFIG_FILE` as the exact Linux kernel
|
||||
configuration. Ignore the default `kernel_config_fragment`.
|
||||
|`-p` | |Pass extra arguments to the `rootfs_post_build_script`.
|
||||
|`-S` | |Don't build QEMU with SDL support.
|
||||
Graphics such as X11 won't work, only the terminal.
|
||||
|`-v` | |Do a verbose build.
|
||||
|===
|
||||
|
||||
== build target options
|
||||
|
||||
Reference in New Issue
Block a user