aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Move all tests next to the code they're testingaqua2023-03-051-1/+2
|
* Add TARGETBIN and TARGETLIB rulesaqua2023-03-051-0/+1
|
* Rename host and target tool namesaqua2023-02-211-3/+3
| | | | | - target tool prefix is ${ARCH}_ - host tool prefix is HOST_
* Generate dependency files for source codeaqua2023-02-121-1/+1
| | | | | | 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.
* Remove makefile include targetsaqua2023-02-051-9/+5
|
* Add test and valgrind targets to rules.mkaqua2022-12-271-7/+2
|
* Add sched/roundrobin testsaqua2022-12-251-0/+7
|
* Move symlink target to leaf makefilesaqua2022-12-111-1/+10
|
* 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
* makefile: replace ,SRCS with .SRCSaqua2022-11-051-2/+2
|
* makefile: make all target the defaultaqua2022-11-021-5/+5
|
* makefile: add Makefile.configaqua2022-11-011-1/+1
|
* makefile: clean target shouldn't depend on OBJSaqua2022-11-011-2/+0
|
* add ps2_keyboard driveraqua2022-10-311-1/+1
|
* makefile: auto-generate OBJS from SRCSaqua2022-10-301-9/+4
|
* Remove meson.build filesaqua2022-10-291-2/+4
|
* makefile: add src/kernel.a targetaqua2022-10-291-0/+19