Changeset 19a1800 in mainline for uspace/Makefile


Ignore:
Timestamp:
2011-03-01T22:20:56Z (15 years ago)
Author:
Matej Klonfar <maklf@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
Children:
e24e7b1
Parents:
976f546 (diff), ac8285d (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 with the current development

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r976f546 r19a1800  
    4646        app/stats \
    4747        app/taskdump \
    48         app/tasks \
    4948        app/tester \
    5049        app/tetris \
     
    5352        app/usbinfo \
    5453        app/virtusbkbd \
     54        app/virtusbhub \
    5555        app/netecho \
    5656        app/nettest1 \
     
    117117                srv/hw/irc/apic \
    118118                srv/hw/irc/i8259 \
    119                 drv/uhci \
     119                drv/uhci-hcd \
     120                drv/uhci-rhd \
     121                drv/usbhid \
    120122                drv/usbhub \
    121                 drv/usbkbd \
     123                drv/usbmid \
    122124                drv/vhc
    123125endif
     
    131133                srv/hw/irc/apic \
    132134                srv/hw/irc/i8259 \
    133                 drv/uhci \
     135                drv/uhci-hcd \
     136                drv/uhci-rhd \
     137                drv/usbhid \
    134138                drv/usbhub \
    135                 drv/usbkbd \
     139                drv/usbmid \
    136140                drv/vhc
    137141endif
Note: See TracChangeset for help on using the changeset viewer.