aboutsummaryrefslogtreecommitdiff
path: root/rules.mk
Commit message (Expand)AuthorAgeFilesLines
* Add TARGETBIN and TARGETLIB rulesaqua2023-03-051-36/+44
* Import kconfig from the linux kernelaqua2023-03-041-4/+22
* Rename host and target tool namesaqua2023-02-211-14/+14
* Move C stdlib to lib/libkaqua2023-02-181-2/+2
* Generate dependency files for source codeaqua2023-02-121-20/+73
* Make shadowing variables an erroraqua2023-02-051-2/+1
* Remove makefile include targetsaqua2023-02-051-3/+2
* Split Makefileaqua2023-02-051-16/+21
* blake2: use makefiles instead of meson.buildaqua2023-01-291-2/+4
* Add test and valgrind targets to rules.mkaqua2022-12-271-0/+8
* Rewrite drivers/uart and drivers/vga in cppaqua2022-12-111-3/+12
* Rename CCFLAGS to CFLAGSaqua2022-12-041-3/+3
* Remove custom include paths in makefilesaqua2022-12-041-0/+4
* Add python-sphinx docsaqua2022-11-081-0/+1
* lib: migrate tests to gtestaqua2022-11-061-1/+1
* lib/malloc: add linked list implementationaqua2022-11-061-1/+8
* makefile: replace ,SRCS with .SRCSaqua2022-11-051-7/+6
* makefile: clean target shouldn't depend on OBJSaqua2022-11-011-3/+3
* makefile: auto-generate OBJS from SRCSaqua2022-10-301-2/+19
* makefile: add src/kernel.a targetaqua2022-10-291-1/+1
* makefile: add i686/arch.a targetaqua2022-10-291-0/+13