aboutsummaryrefslogtreecommitdiff
path: root/i686/toolchain.mk
Commit message (Collapse)AuthorAgeFilesLines
* Rename host and target tool namesaqua2023-02-211-21/+25
| | | | | - 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.
* Make shadowing variables an erroraqua2023-02-051-2/+2
|
* Split Makefileaqua2023-02-051-7/+23
| | | | | | - Makefile: configure, doc and test targets - Makefile.all: info, build and run targets - rules.mk: add base test targets
* Rewrite drivers/uart and drivers/vga in cppaqua2022-12-111-15/+16
|
* Rename CCFLAGS to CFLAGSaqua2022-12-041-2/+2
|
* Remove custom include paths in makefilesaqua2022-12-041-1/+1
| | | | Add symlinks target to top-level makefile
* lib/malloc: add linked list implementationaqua2022-11-061-0/+3
|
* makefile: add Makefile.configaqua2022-11-011-8/+12
|
* Remove meson.build filesaqua2022-10-291-1/+1
|
* makefile: add src/kernel.a targetaqua2022-10-291-3/+3
|
* makefile: add i686/arch.a targetaqua2022-10-291-0/+2
|
* makefile: add libk targetaqua2022-10-281-0/+10