summaryrefslogtreecommitdiff
path: root/Kernel
diff options
context:
space:
mode:
authorhowar6hill <f.eiwu@yahoo.com>2020-02-26 15:25:24 +0800
committerAndreas Kling <kling@serenityos.org>2020-03-02 10:38:08 +0100
commit055344f3461a28578f8b49e9f2431bb9f22936b4 (patch)
tree4a39e875cef56df1950d56a2dd385898f0d000fc /Kernel
parent2a30a020c13e462cba6e197f92a3171d79b12ba2 (diff)
downloadserenity-055344f3461a28578f8b49e9f2431bb9f22936b4.zip
AK: Move the wildcard-matching implementation to StringUtils
Provide wrappers in the String and StringView classes, and add some tests.
Diffstat (limited to 'Kernel')
-rw-r--r--Kernel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/Makefile b/Kernel/Makefile
index c884ad11e8..8e9b7201ee 100644
--- a/Kernel/Makefile
+++ b/Kernel/Makefile
@@ -7,6 +7,7 @@ OBJS = \
../AK/StringBuilder.o \
../AK/StringImpl.o \
../AK/StringView.o \
+ ../AK/StringUtils.o \
../Libraries/LibELF/ELFImage.o \
../Libraries/LibELF/ELFLoader.o \
../Libraries/LibBareMetal/Output/Console.o \