Changes in uspace/Makefile [9e279c4:3e67ab1] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r9e279c4 r3e67ab1  
    4747        app/klog \
    4848        app/loc \
     49        app/lsusb \
    4950        app/mkfat \
    5051        app/mkexfat \
     
    8485        srv/vfs \
    8586        srv/bd/ata_bd \
    86         srv/bd/sata_bd \
    8787        srv/bd/file_bd \
    8888        srv/bd/gxe_bd \
     
    105105        drv/infrastructure/root \
    106106        drv/infrastructure/rootvirt \
    107         drv/block/ahci \
    108107        drv/char/i8042 \
    109108        drv/char/ps2mouse \
     
    139138endif
    140139
    141 ifeq ($(CONFIG_MSIM),y)
    142 DIRS += \
    143         app/msim
    144 endif
    145 
    146140## Platform-specific hardware support
    147141#
     
    170164        DIRS += \
    171165                drv/infrastructure/rootmac \
    172                 drv/bus/pci/pciintel \
    173166                srv/hw/bus/cuda_adb
    174167endif
Note: See TracChangeset for help on using the changeset viewer.