Changeset b800b0e in mainline for uspace/Makefile


Ignore:
Timestamp:
2012-10-23T13:16:49Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6ecf5b8
Parents:
32b3a12 (diff), b2ac3998 (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 changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r32b3a12 rb800b0e  
    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
     
    214220        lib/usbhid \
    215221        lib/usbvirt \
     222        lib/bithenge \
    216223        lib/posix
    217224
Note: See TracChangeset for help on using the changeset viewer.