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 ef56b3a..c324891 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -8,7 +8,8 @@ COBJS = str.o \ print.o \ serial.o \ cpu.o \ - sys.o + sys.o \ + list.o CC = ../cross/opt/bin/i686-elf-gcc LD = ../cross/opt/bin/i686-elf-ld OC = ../cross/opt/bin/i686-elf-ar |