Changes in uspace/Makefile [a14f346:48e3190] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    ra14f346 r48e3190  
    3535DIRS = \
    3636        app/bdsh \
    37         app/bithenge \
    3837        app/blkdump \
    3938        app/bnchmark \
    4039        app/devctl \
    4140        app/edit \
     41        app/ext2info \
    4242        app/getterm \
    4343        app/init \
     
    4747        app/klog \
    4848        app/loc \
    49         app/logset \
    5049        app/mkfat \
    5150        app/mkexfat \
     
    7271        app/sysinfo \
    7372        app/mkbd \
    74         app/date \
    7573        app/websrv \
    7674        app/vdemo \
     
    7977        srv/clipboard \
    8078        srv/locsrv \
    81         srv/logger \
    8279        srv/devman \
    8380        srv/loader \
     
    104101        srv/fs/mfs \
    105102        srv/fs/locfs \
     103        srv/fs/ext2fs \
    106104        srv/fs/ext4fs \
    107105        srv/hid/compositor \
     
    135133        drv/nic/ne2k \
    136134        drv/nic/e1k \
    137         drv/nic/rtl8139 \
     135        drv/nic/rtl8139
    138136
    139137ifeq ($(CONFIG_PCC),y)
     
    164162                drv/bus/isa \
    165163                drv/char/ns8250 \
    166                 drv/time/cmos-rtc \
    167164                srv/hw/irc/apic \
    168165                srv/hw/irc/i8259
     
    175172                drv/bus/isa \
    176173                drv/char/ns8250 \
    177                 drv/time/cmos-rtc \
    178174                srv/hw/irc/apic \
    179175                srv/hw/irc/i8259
     
    190186        DIRS += \
    191187                srv/hw/irc/obio
    192 endif
    193 
    194 ifeq ($(UARCH),arm32)
    195         DIRS += \
    196                 drv/infrastructure/rootamdm37x \
    197                 drv/fb/amdm37x_dispc
    198188endif
    199189
     
    217207        lib/net \
    218208        lib/nic \
     209        lib/ext2 \
    219210        lib/ext4 \
    220211        lib/usb \
     
    223214        lib/usbhid \
    224215        lib/usbvirt \
    225         lib/bithenge \
    226216        lib/posix
    227217
Note: See TracChangeset for help on using the changeset viewer.