diff options
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 4190ec8..730ed6d 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -7,7 +7,8 @@ COBJS = str.o \ conv.o \ print.o \ serial.o \ - cpu.o + cpu.o \ + sys.o CC = ../cross/opt/bin/i686-elf-gcc LD = ../cross/opt/bin/i686-elf-ld OC = ../cross/opt/bin/i686-elf-ar |