Changeset 33c2952 in mainline for uspace/Makefile


Ignore:
Timestamp:
2012-11-07T21:00:02Z (14 years ago)
Author:
Adam Hraska <adam.hraska+hos@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
Children:
dcb0751
Parents:
fc89e32 (diff), 94795812 (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:

Merged with mainline.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rfc89e32 r33c2952  
    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 \
     
    9599        srv/bd/part/mbr_part \
    96100        srv/fs/exfat \
     101        srv/fs/udf \
    97102        srv/fs/fat \
    98103        srv/fs/cdfs \
     
    132137        drv/nic/ne2k \
    133138        drv/nic/e1k \
    134         drv/nic/rtl8139
     139        drv/nic/rtl8139 \
    135140
    136141ifeq ($(CONFIG_PCC),y)
     
    161166                drv/bus/isa \
    162167                drv/char/ns8250 \
     168                drv/time/cmos-rtc \
    163169                srv/hw/irc/apic \
    164170                srv/hw/irc/i8259
     
    171177                drv/bus/isa \
    172178                drv/char/ns8250 \
     179                drv/time/cmos-rtc \
    173180                srv/hw/irc/apic \
    174181                srv/hw/irc/i8259
     
    213220        lib/usbhid \
    214221        lib/usbvirt \
     222        lib/bithenge \
    215223        lib/posix
    216224
Note: See TracChangeset for help on using the changeset viewer.