X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=Makefile;h=98118622caf38de90946a189b7d06aef8f676451;hb=31c91f98447bb3e72a8d45fa594dee6bda266071;hp=7d89ec9b81e6578366ac590c546b85fb4be5793e;hpb=d07b8474abba58f2f6894b6f04b9375abce02375;p=ppcskel.git diff --git a/Makefile b/Makefile index 7d89ec9..9811862 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 @@ -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 + +include usb/Makefile include common.mk