port-work; won't compile or even work
[ppcskel.git] / Makefile
index 98118622caf38de90946a189b7d06aef8f676451..a7d144b9fabeee99e180e4fb441dd55fe62fbb20 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ TARGET = ppcboot.elf
 OBJS = realmode.o crt0.o main.o string.o sync.o time.o printf.o input.o \
        exception.o exception_2200.o malloc.o gecko.o video_low.o \
        ipc.o mini_ipc.o nandfs.o ff.o diskio.o fat.o font.o console.o \
-       irq.o
+       irq.o sha1.o
 
 include usb/Makefile