summaryrefslogtreecommitdiff
path: root/Kernel/Makefile
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-05-16 03:02:37 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-05-16 03:02:37 +0200
commit176f683f663eadc49d611ed9156aedd193e3cb31 (patch)
tree75af46c8e19b2d392e8532977e967130c6eef523 /Kernel/Makefile
parent8aecebe8f3cfcae0cb24301383cc30a7247fb38e (diff)
downloadserenity-176f683f663eadc49d611ed9156aedd193e3cb31.zip
Kernel: Move Inode to its own files.
Diffstat (limited to 'Kernel/Makefile')
-rw-r--r--Kernel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/Makefile b/Kernel/Makefile
index 1e721dbe17..3fdb35c483 100644
--- a/Kernel/Makefile
+++ b/Kernel/Makefile
@@ -54,6 +54,7 @@ KERNEL_OBJS = \
VFS_OBJS = \
FileSystem/ProcFS.o \
+ FileSystem/Inode.o \
Devices/DiskDevice.o \
Devices/Device.o \
Devices/CharacterDevice.o \