Changes in uspace/Makefile [a14f346:9904eb90] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    ra14f346 r9904eb90  
    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 \
     49        app/lsusb \
    5050        app/mkfat \
    5151        app/mkexfat \
     
    5959        app/tester \
    6060        app/testread \
    61         app/testwrit \
    6261        app/tetris \
    6362        app/trace \
     
    7271        app/sysinfo \
    7372        app/mkbd \
    74         app/date \
    7573        app/websrv \
    76         app/vdemo \
    77         app/vlaunch \
    78         app/vterm \
    7974        srv/clipboard \
    8075        srv/locsrv \
    81         srv/logger \
    8276        srv/devman \
    8377        srv/loader \
     
    9892        srv/bd/part/mbr_part \
    9993        srv/fs/exfat \
    100         srv/fs/udf \
    10194        srv/fs/fat \
    10295        srv/fs/cdfs \
     
    10497        srv/fs/mfs \
    10598        srv/fs/locfs \
    106         srv/fs/ext4fs \
    107         srv/hid/compositor \
     99        srv/fs/ext2fs \
    108100        srv/hid/console \
    109101        srv/hid/s3c24xx_ts \
    110         srv/hid/isdv4_tablet \
     102        srv/hid/fb \
    111103        srv/hid/input \
    112         srv/hid/output \
    113104        srv/hid/remcons \
    114105        srv/hw/char/s3c24xx_uart \
     
    122113        drv/test/test2 \
    123114        drv/test/test3 \
    124         drv/fb/kfb \
    125115        drv/bus/usb/ehci \
    126116        drv/bus/usb/ohci \
     
    135125        drv/nic/ne2k \
    136126        drv/nic/e1k \
    137         drv/nic/rtl8139 \
     127        drv/nic/rtl8139
    138128
    139129ifeq ($(CONFIG_PCC),y)
     
    164154                drv/bus/isa \
    165155                drv/char/ns8250 \
    166                 drv/time/cmos-rtc \
    167156                srv/hw/irc/apic \
    168157                srv/hw/irc/i8259
     
    175164                drv/bus/isa \
    176165                drv/char/ns8250 \
    177                 drv/time/cmos-rtc \
    178166                srv/hw/irc/apic \
    179167                srv/hw/irc/i8259
     
    183171        DIRS += \
    184172                drv/infrastructure/rootmac \
    185                 drv/bus/pci/pciintel \
    186173                srv/hw/bus/cuda_adb
    187174endif
     
    190177        DIRS += \
    191178                srv/hw/irc/obio
    192 endif
    193 
    194 ifeq ($(UARCH),arm32)
    195         DIRS += \
    196                 drv/infrastructure/rootamdm37x \
    197                 drv/fb/amdm37x_dispc
    198179endif
    199180
     
    211192        lib/softfloat \
    212193        lib/drv \
    213         lib/graph \
    214         lib/gui \
    215         lib/softrend \
    216         lib/draw \
     194        lib/fb \
    217195        lib/net \
    218196        lib/nic \
    219         lib/ext4 \
     197        lib/ext2 \
    220198        lib/usb \
    221199        lib/usbhost \
     
    223201        lib/usbhid \
    224202        lib/usbvirt \
    225         lib/bithenge \
    226203        lib/posix
    227204
Note: See TracChangeset for help on using the changeset viewer.