aboutsummaryrefslogtreecommitdiff
path: root/Makefile.config
Commit message (Collapse)AuthorAgeFilesLines
* Make code ANSI C compatibleaqua2023-05-241-2/+2
|
* Revert VGA C driveraqua2023-03-121-9/+2
|
* Add unit tests for C driversaqua2023-03-121-1/+3
|
* Import kconfig from the linux kernelaqua2023-03-041-0/+4
| | | | | - commit: 0988a0ea791999ebbf95693f2676381825b05033 - path: scripts/kconfig
* 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-8/+27
| | | | | | - 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/+17
|
* Rename CCFLAGS to CFLAGSaqua2022-12-041-3/+3
|
* 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
|
* Enable interrupts after enabling the PICaqua2022-11-011-1/+1
|
* makefile: add Makefile.configaqua2022-11-011-0/+40