aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Rework leaf makefiles to be included from top-levelaqua2023-06-111-38/+0
| | | | - remove Makefile.all
* Build tests using HOSTTARGETBINaqua2023-03-121-0/+15
|
* Move all tests next to the code they're testingaqua2023-03-051-2/+8
|
* Add TARGETBIN and TARGETLIB rulesaqua2023-03-051-0/+2
|
* Move C stdlib to lib/libkaqua2023-02-181-4/+4
|
* Generate dependency files for source codeaqua2023-02-121-2/+2
| | | | | | Use the compiler to generate dependency files for all C, C++ and .S assembly source code files. These are included in the makefiles where the files are used.
* blake2: use makefiles instead of meson.buildaqua2023-01-291-4/+9
|
* Add test and valgrind targets to rules.mkaqua2022-12-271-6/+2
|
* Add sched/roundrobin testsaqua2022-12-251-2/+5
|
* Rewrite drivers/uart and drivers/vga in cppaqua2022-12-111-1/+1
|
* Remove custom include paths in makefilesaqua2022-12-041-2/+0
| | | | Add symlinks target to top-level makefile
* Add FILE structaqua2022-11-081-1/+1
|
* Add python-sphinx docsaqua2022-11-081-2/+3
|
* lib: migrate tests to gtestaqua2022-11-061-2/+3
|
* lib/malloc: add linked list implementationaqua2022-11-061-0/+3
|
* makefile: replace ,SRCS with .SRCSaqua2022-11-051-1/+1
|
* makefile: add Makefile.configaqua2022-11-011-1/+1
|
* makefile: clean target shouldn't depend on OBJSaqua2022-11-011-2/+0
|
* makefile: auto-generate OBJS from SRCSaqua2022-10-301-7/+2
|
* Remove meson.build filesaqua2022-10-291-1/+0
|
* makefile: add src/kernel.a targetaqua2022-10-291-0/+3
|
* makefile: add i686/arch.a targetaqua2022-10-291-0/+13