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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r3e67ab1 r48e3190  
    4747        app/klog \
    4848        app/loc \
    49         app/lsusb \
    5049        app/mkfat \
    5150        app/mkexfat \
     
    5958        app/tester \
    6059        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 \
    7477        srv/clipboard \
    7578        srv/locsrv \
     
    8588        srv/vfs \
    8689        srv/bd/ata_bd \
     90        srv/bd/sata_bd \
    8791        srv/bd/file_bd \
    8892        srv/bd/gxe_bd \
     
    9195        srv/bd/part/mbr_part \
    9296        srv/fs/exfat \
     97        srv/fs/udf \
    9398        srv/fs/fat \
    9499        srv/fs/cdfs \
     
    97102        srv/fs/locfs \
    98103        srv/fs/ext2fs \
     104        srv/fs/ext4fs \
     105        srv/hid/compositor \
    99106        srv/hid/console \
    100107        srv/hid/s3c24xx_ts \
    101         srv/hid/fb \
     108        srv/hid/isdv4_tablet \
    102109        srv/hid/input \
     110        srv/hid/output \
    103111        srv/hid/remcons \
    104112        srv/hw/char/s3c24xx_uart \
    105113        drv/infrastructure/root \
    106114        drv/infrastructure/rootvirt \
     115        drv/block/ahci \
    107116        drv/char/i8042 \
    108117        drv/char/ps2mouse \
     
    111120        drv/test/test2 \
    112121        drv/test/test3 \
     122        drv/fb/kfb \
    113123        drv/bus/usb/ehci \
    114124        drv/bus/usb/ohci \
     
    138148endif
    139149
     150ifeq ($(CONFIG_MSIM),y)
     151DIRS += \
     152        app/msim
     153endif
     154
    140155## Platform-specific hardware support
    141156#
     
    164179        DIRS += \
    165180                drv/infrastructure/rootmac \
     181                drv/bus/pci/pciintel \
    166182                srv/hw/bus/cuda_adb
    167183endif
     
    185201        lib/softfloat \
    186202        lib/drv \
    187         lib/fb \
     203        lib/graph \
     204        lib/gui \
     205        lib/softrend \
     206        lib/draw \
    188207        lib/net \
    189208        lib/nic \
    190209        lib/ext2 \
     210        lib/ext4 \
    191211        lib/usb \
    192212        lib/usbhost \
Note: See TracChangeset for help on using the changeset viewer.