Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/ohci/Makefile

    r5a2c42b r53f1c87  
    3333
    3434SOURCES = \
     35        iface.c \
    3536        batch.c \
    36         endpoint_list.c \
     37        main.c \
    3738        hc.c \
    38         hcd_endpoint.c \
    39         iface.c \
    40         main.c \
    4139        ohci.c \
    42         pci.c \
    4340        root_hub.c \
    44         hw_struct/endpoint_descriptor.c \
    45         hw_struct/transfer_descriptor.c
    46 
     41        pci.c
    4742
    4843include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.