| Revision 685,
414 bytes
checked in by mcayland, 6 months ago
(diff) |
|
Refactoring of the OpenBIOS source code, as discussed on the mailing list. The primary aim of this process is to try and arrange
the source files into a structure whereby it is easier to find the relationship between a forth package word and its C
implementation, while also creating a libopenbios library into which more common code from the arch/ tree can eventually be
moved.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@…>
|
| Line | |
|---|
| 1 | <?xml version="1.0"?> |
|---|
| 2 | <xmlmake> |
|---|
| 3 | <project name="openbios"> |
|---|
| 4 | <include href="kernel/build.xml"/> |
|---|
| 5 | <include href="forth/build.xml"/> |
|---|
| 6 | <include href="libc/build.xml"/> |
|---|
| 7 | <include href="libgcc/build.xml"/> |
|---|
| 8 | <include href="libopenbios/build.xml"/> |
|---|
| 9 | <include href="packages/build.xml"/> |
|---|
| 10 | <include href="drivers/build.xml"/> |
|---|
| 11 | <include href="fs/build.xml"/> |
|---|
| 12 | <include href="arch/build.xml"/> |
|---|
| 13 | </project> |
|---|
| 14 | </xmlmake> |
|---|
Note: See
TracBrowser
for help on using the repository browser.