Changeset 8d6c1f1 in mainline for uspace/Makefile


Ignore:
Timestamp:
2011-06-07T21:31:35Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
75608143
Parents:
ff4f073 (diff), eb522e8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge USB support.

Changes from bzr://helenos-usb.bzr.sourceforge.net/bzrroot/helenos-usb/mainline:

  • replaced '-' with '_' in new driver names
  • USB libs are built for each architecture
  • devman starts early
  • sys_thread_udelay() uses generic delay()
  • sys_as_create_area() now creates cacheable areas by default
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rff4f073 r8d6c1f1  
    4444        app/killall \
    4545        app/klog \
     46        app/lsusb \
    4647        app/mkfat \
    4748        app/redir \
     
    5455        app/trace \
    5556        app/top \
     57        app/usbinfo \
     58        app/vuhid \
    5659        app/netecho \
    5760        app/nettest1 \
     
    6063        app/websrv \
    6164        app/sysinfo \
     65        app/mkbd \
    6266        srv/clip \
    6367        srv/devmap \
     
    119123                drv/ns8250 \
    120124                srv/hw/irc/apic \
    121                 srv/hw/irc/i8259
     125                srv/hw/irc/i8259 \
     126                drv/ehci_hcd \
     127                drv/ohci \
     128                drv/uhci_hcd \
     129                drv/uhci_rhd \
     130                drv/usbflbk \
     131                drv/usbhid \
     132                drv/usbhub \
     133                drv/usbmast \
     134                drv/usbmid \
     135                drv/usbmouse \
     136                drv/vhc
    122137endif
    123138
     
    129144                drv/ns8250 \
    130145                srv/hw/irc/apic \
    131                 srv/hw/irc/i8259
     146                srv/hw/irc/i8259 \
     147                drv/ehci_hcd \
     148                drv/ohci \
     149                drv/uhci_hcd \
     150                drv/uhci_rhd \
     151                drv/usbflbk \
     152                drv/usbhid \
     153                drv/usbhub \
     154                drv/usbmast \
     155                drv/usbmid \
     156                drv/usbmouse \
     157                drv/vhc
    132158endif
    133159
     
    155181        lib/packet \
    156182        lib/net \
    157         lib/ext2
     183        lib/ext2 \
     184        lib/usb \
     185        lib/usbhost \
     186        lib/usbdev \
     187        lib/usbhid \
     188        lib/usbvirt
    158189
    159190LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.