X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=ppcskel.git;a=blobdiff_plain;f=Makefile;h=a7d144b9fabeee99e180e4fb441dd55fe62fbb20;hp=87ff1fc5a68371113cb463f71798ff738bc2be46;hb=HEAD;hpb=42b71db72187cc5119caf2f06ab1a00333489249 diff --git a/Makefile b/Makefile index 87ff1fc..a7d144b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ include broadway.mk -DEFINES = -DLACKS_SYS_TYPES_H -DLACKS_ERRNO_H -DLACKS_STDLIB_H -DLACKS_STRING_H -DLACKS_STRINGS_H -DLACKS_UNISTD_H +DEFINES = -DLACKS_SYS_TYPES_H -DLACKS_ERRNO_H -DLACKS_STDLIB_H -DLACKS_STRING_H -DLACKS_STRINGS_H -DLACKS_UNISTD_H -DCAN_HAZ_IRQ LDSCRIPT = mini.ld LIBS = -lgcc @@ -8,7 +8,10 @@ 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 + ipc.o mini_ipc.o nandfs.o ff.o diskio.o fat.o font.o console.o \ + irq.o sha1.o + +include usb/Makefile include common.mk