diff options
author | Alexis211 <alexis211@gmail.com> | 2009-11-08 17:23:46 +0100 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-11-08 17:23:46 +0100 |
commit | 87a1dd39d0036f55f5bdbf4ef8921a4767d95825 (patch) | |
tree | 3eeb650ec3f12c031a0aa0d8b2571c6b15427d86 /Source/Kernel/Makefile | |
parent | c712d7f6f801b073920c7b914ee1b95358113893 (diff) | |
download | Melon-87a1dd39d0036f55f5bdbf4ef8921a4767d95825.tar.gz Melon-87a1dd39d0036f55f5bdbf4ef8921a4767d95825.zip |
Nothing, really : put some utility functions in V86.ns
Diffstat (limited to 'Source/Kernel/Makefile')
-rw-r--r-- | Source/Kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Kernel/Makefile b/Source/Kernel/Makefile index 506faf4..218ae39 100644 --- a/Source/Kernel/Makefile +++ b/Source/Kernel/Makefile @@ -29,6 +29,7 @@ Objects = Core/loader.wtf.o \ TaskManager/Process-sc.class.o \ TaskManager/Thread.class.o \ TaskManager/V86/V86Thread.class.o \ + TaskManager/V86/V86.ns.o \ TaskManager/V86/v86.wtf.o \ TaskManager/Task.ns.o \ TaskManager/Task.wtf.o \ |