diff options
author | Alexis211 <alexis211@gmail.com> | 2009-10-18 10:34:11 +0200 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-10-18 10:34:11 +0200 |
commit | 22c06556ccbd07f4ef7da39a62d10e03fbee3fe0 (patch) | |
tree | 8b45002ef347b625c9134091a7dfad9ed16c5274 /Source/Kernel/Makefile | |
parent | 7dc8c19f7d6220c9e3dac43796faf77c4f11974f (diff) | |
download | Melon-22c06556ccbd07f4ef7da39a62d10e03fbee3fe0.tar.gz Melon-22c06556ccbd07f4ef7da39a62d10e03fbee3fe0.zip |
Loading binaries now is done through a much more unified interface.
Diffstat (limited to 'Source/Kernel/Makefile')
-rw-r--r-- | Source/Kernel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Kernel/Makefile b/Source/Kernel/Makefile index 118ea29..521e32a 100644 --- a/Source/Kernel/Makefile +++ b/Source/Kernel/Makefile @@ -43,6 +43,8 @@ Objects = Core/loader.wtf.o \ Shell/KernelShell.class.o \ Shell/KernelShell-fs.class.o \ Shell/KernelShell-sys.class.o \ + Linker/Binary.proto.o \ + Linker/MelonBinary.class.o \ Library/Bitset.class.o \ Library/String.class.o \ Library/ByteArray.class.o \ |