X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=Makefile;h=a7d144b9fabeee99e180e4fb441dd55fe62fbb20;hb=59cd61cee0ebb13ed425654f9de96652c167c5cd;hp=ef1414ae3eae34b82a91897ec657b625fc6cec25;hpb=0a6cd808a414dab189b1ffac82df6651dfb4ae34;p=ppcskel.git diff --git a/Makefile b/Makefile index ef1414a..a7d144b 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,9 @@ 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 \ - ohci.o irq.o + irq.o sha1.o + +include usb/Makefile include common.mk