aboutsummaryrefslogtreecommitdiff
path: root/devices/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add TARGETBIN and TARGETLIB rulesaqua2023-03-051-0/+1
|
* Rename host and target tool namesaqua2023-02-211-2/+2
| | | | | - target tool prefix is ${ARCH}_ - host tool prefix is HOST_
* Remove makefile include targetsaqua2023-02-051-4/+4
|
* Move symlink target to leaf makefilesaqua2022-12-111-0/+4
|
* 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-1/+1
|
* i8042: fix broken self-testaqua2022-11-031-1/+1
|
* Add ps2_ctrl_8042aqua2022-11-021-1/+1
|
* 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-2/+2
|
* makefile: auto-generate OBJS from SRCSaqua2022-10-301-7/+2
|
* makefile: add devices/devs.a targetaqua2022-10-291-0/+15