Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kernels: add a extra_make_args parameter #138

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

kkourt
Copy link
Collaborator

@kkourt kkourt commented Jan 10, 2024

This can be used for adding extra arguments to make, as it is used to build kernels.

For example:

{
    "name": "4.19",
    "url": "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git?depth=1#linux-4.19.y"
    "extra_make_args": [
	    "V=1",
	    "HOSTCC=gcc-10",
	    "CC=gcc-10"
    ]
}

This can be used for adding extra arguments to make, as it is used to
build kernels.

For example:
```
{
    "name": "4.19",
    "url": "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git?depth=1#linux-4.19.y"
    "extra_make_args": [
	    "V=1",
	    "HOSTCC=gcc-10",
	    "CC=gcc-10"
    ]
}
```

Signed-off-by: Kornilios Kourtis <[email protected]>
@kkourt kkourt requested a review from lmb January 10, 2024 06:40
@kkourt kkourt merged commit 06c67d1 into main Jan 10, 2024
1 check passed
@kkourt kkourt deleted the pr/kkourt/kernels-extra-make-args branch January 10, 2024 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants