diff options
Diffstat (limited to 'Kernel/Makefile')
-rw-r--r-- | Kernel/Makefile | 1 |
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 \ |