X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=a7d144b9fabeee99e180e4fb441dd55fe62fbb20;hb=HEAD;hp=98118622caf38de90946a189b7d06aef8f676451;hpb=7bff2456c919b94efa534efd15dec289314a682e;p=ppcskel.git diff --git a/Makefile b/Makefile index 9811862..a7d144b 100644 --- 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