| Summary: | Generate a Makefile wrapper in $(O) | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Thomas Petazzoni <thomas.petazzoni> |
| Component: | Other | Assignee: | Yann E. MORIN <yann.morin.1998> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | buildroot |
| Priority: | P5 | ||
| Version: | 2010.05 | ||
| Target Milestone: | 2010.11 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: |
Install a Makefile wrapper in $(O)
Install a Makefile wrapper in $(O) |
||
|
Description
Thomas Petazzoni
2010-08-11 16:37:23 UTC
Created attachment 2341 [details]
Install a Makefile wrapper in $(O)
This is highly inspired by how the Linux kernel does it. As our infra is not really similar, there are significant differences.
Tested that it does not break current behavior (out-of-tree and in-tree).
Created attachment 2461 [details]
Install a Makefile wrapper in $(O)
The patch has been cleanup a bit, and rebased on-top of current tree.
Closed with commit aefad5317f2fd1645ace5a62b6b9643143093173 ? Indeed. Thanks! |