Changes in uspace/Makefile [48e3190:3e67ab1] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r48e3190 r3e67ab1  
    4747        app/klog \
    4848        app/loc \
     49        app/lsusb \
    4950        app/mkfat \
    5051        app/mkexfat \
     
    5859        app/tester \
    5960        app/testread \
    60         app/testwrit \
    6161        app/tetris \
    6262        app/trace \
     
    7272        app/mkbd \
    7373        app/websrv \
    74         app/vdemo \
    75         app/vlaunch \
    76         app/vterm \
    7774        srv/clipboard \
    7875        srv/locsrv \
     
    8885        srv/vfs \
    8986        srv/bd/ata_bd \
    90         srv/bd/sata_bd \
    9187        srv/bd/file_bd \
    9288        srv/bd/gxe_bd \
     
    9591        srv/bd/part/mbr_part \
    9692        srv/fs/exfat \
    97         srv/fs/udf \
    9893        srv/fs/fat \
    9994        srv/fs/cdfs \
     
    10297        srv/fs/locfs \
    10398        srv/fs/ext2fs \
    104         srv/fs/ext4fs \
    105         srv/hid/compositor \
    10699        srv/hid/console \
    107100        srv/hid/s3c24xx_ts \
    108         srv/hid/isdv4_tablet \
     101        srv/hid/fb \
    109102        srv/hid/input \
    110         srv/hid/output \
    111103        srv/hid/remcons \
    112104        srv/hw/char/s3c24xx_uart \
    113105        drv/infrastructure/root \
    114106        drv/infrastructure/rootvirt \
    115         drv/block/ahci \
    116107        drv/char/i8042 \
    117108        drv/char/ps2mouse \
     
    120111        drv/test/test2 \
    121112        drv/test/test3 \
    122         drv/fb/kfb \
    123113        drv/bus/usb/ehci \
    124114        drv/bus/usb/ohci \
     
    148138endif
    149139
    150 ifeq ($(CONFIG_MSIM),y)
    151 DIRS += \
    152         app/msim
    153 endif
    154 
    155140## Platform-specific hardware support
    156141#
     
    179164        DIRS += \
    180165                drv/infrastructure/rootmac \
    181                 drv/bus/pci/pciintel \
    182166                srv/hw/bus/cuda_adb
    183167endif
     
    201185        lib/softfloat \
    202186        lib/drv \
    203         lib/graph \
    204         lib/gui \
    205         lib/softrend \
    206         lib/draw \
     187        lib/fb \
    207188        lib/net \
    208189        lib/nic \
    209190        lib/ext2 \
    210         lib/ext4 \
    211191        lib/usb \
    212192        lib/usbhost \
Note: See TracChangeset for help on using the changeset viewer.