X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=usb%2FMakefile;h=df2d64d47999f5a95f287b161009a71427b0e523;hb=d67f70cc5f1c9bc9e911f145b38902f102f7c11d;hp=fb7d8bfceb4ed38fcbf7fd80ba471cfb9b3843d3;hpb=d018be8726c063c417463ff987fbd487b3cf9cad;p=ppcskel.git diff --git a/usb/Makefile b/usb/Makefile index fb7d8bf..df2d64d 100644 --- a/usb/Makefile +++ b/usb/Makefile @@ -3,12 +3,14 @@ CFLAGS += -Wno-unused-parameter #debug flags; DU = Debug USB #CFLAGS += -D _DU_OHCI_F #fire @ u/h/ohci.c +CFLAGS += -D _DU_OHCI_F_HALT #halted @ u/h/ohci.c #CFLAGS += -D _DU_OHCI_Q #enqueue @ u/h/ohci.c #CFLAGS += -D _DU_OHCI_RH #roothub @ u/h/ohci.c CFLAGS += -D _DU_CORE #@ u/c/core.c +#CFLAGS += -D _DU_CORE_ADD #@ u/c/core.c CFLAGS += -D _DU_USB #@ u/c/usb.c OBJS += usb/host/ohci.o usb/core/core.o usb/core/usb.o \ - usb/lib/list.o usb/usbspec/request.o \ - usb/drivers/class/hub.o \ - usb/drivers/class/storage.o + usb/lib/list.o \ + usb/drivers/class/storage.o \ + usb/drivers/class/hid.o