diff options
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index ad430d6..4190ec8 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,10 +1,13 @@ # MIT License, Copyright (c) 2020 Marvin Borner +# TODO: Remove serial and cpu from libc? COBJS = str.o \ mem.o \ math.o \ conv.o \ - print.o + print.o \ + serial.o \ + cpu.o CC = ../cross/opt/bin/i686-elf-gcc LD = ../cross/opt/bin/i686-elf-ld OC = ../cross/opt/bin/i686-elf-ar |