config options should be in config.h
Open
Nobody has claimed this yet.
enhancement
low-hanging fruit
- Dominant language
- C
- Stars
- 1.1k
- Forks
- 348
- PR merge metrics
- No merged PRs in 30d
Description
there should be a config.h target
- it can either be satisfied by dropping a file in place or automatically generated from "git config" or the make command line
- for config options like DEFAULT_LOADER, EFIDIR, ENABLE_HTTPBOOT, etc
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the build entry points and existing handling for DEFAULT_LOADER, EFIDIR, and ENABLE_HTTPBOOT. Compare how a config.h target could receive values from a checked-in file, git config, or make command-line variables. Done means the requested options are consistently available through config.h without breaking the current build.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- build-system, operating-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 28/100