Changeset e2a6b72 in mainline for uspace/Makefile


Ignore:
Timestamp:
2012-10-15T16:28:58Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b3ab8f7
Parents:
7eb49f4 (diff), c4c2406 (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 mainline and io improvements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r7eb49f4 re2a6b72  
    3535DIRS = \
    3636        app/bdsh \
     37        app/bithenge \
    3738        app/blkdump \
    3839        app/bnchmark \
     
    4748        app/klog \
    4849        app/loc \
     50        app/logset \
    4951        app/mkfat \
    5052        app/mkexfat \
     
    7173        app/sysinfo \
    7274        app/mkbd \
     75        app/date \
    7376        app/websrv \
    7477        app/vdemo \
     
    7780        srv/clipboard \
    7881        srv/locsrv \
     82        srv/logger \
    7983        srv/devman \
    8084        srv/loader \
     
    133137        drv/nic/ne2k \
    134138        drv/nic/e1k \
    135         drv/nic/rtl8139
     139        drv/nic/rtl8139 \
    136140
    137141ifeq ($(CONFIG_PCC),y)
     
    162166                drv/bus/isa \
    163167                drv/char/ns8250 \
     168                drv/time/cmos-rtc \
    164169                srv/hw/irc/apic \
    165170                srv/hw/irc/i8259
     
    172177                drv/bus/isa \
    173178                drv/char/ns8250 \
     179                drv/time/cmos-rtc \
    174180                srv/hw/irc/apic \
    175181                srv/hw/irc/i8259
     
    219225        lib/usbhid \
    220226        lib/usbvirt \
     227        lib/bithenge \
    221228        lib/posix
    222229
Note: See TracChangeset for help on using the changeset viewer.