X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=usb%2FMakefile;h=8dee0bc4031d105a33b2ac613f4122fe1e69ba50;hb=8c443e089d9f0202d06e0b5d656fd713b14fc9bc;hp=0171494c0ec1ba7fa4568b31c8e0b9d800f99892;hpb=e8dd6b27d501339472cb5c8e0c94f3d2484e7810;p=ppcskel.git diff --git a/usb/Makefile b/usb/Makefile index 0171494..8dee0bc 100644 --- a/usb/Makefile +++ b/usb/Makefile @@ -3,7 +3,7 @@ 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_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 @@ -11,6 +11,5 @@ CFLAGS += -D _DU_CORE #@ 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/hid.o