1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:57:35 +00:00

Meta: Remove kernel modules remains

Apparently Andreas found remains for that in the build system.
Let's remove them for completeness of that process of removing support
for kernel modules, which didn't work for many months before being
removed.
This commit is contained in:
Liav A 2021-12-24 18:45:07 +02:00 committed by Idan Horowitz
parent 986d63466e
commit 105d558922

View file

@ -8,7 +8,7 @@ list(APPEND REQUIRED_TARGETS
)
list(APPEND RECOMMENDED_TARGETS
adjtime aplay abench asctl bt checksum chres cksum copy fortune gunzip gzip init keymap lsirq lsof lspci man mknod mktemp
modload modunload nc netstat notify ntpquery open pape passwd pls printf pro shot tar tt unzip zip
nc netstat notify ntpquery open pape passwd pls printf pro shot tar tt unzip zip
)
# FIXME: Support specifying component dependencies for utilities (e.g. WebSocket for telws)