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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r3e67ab1 r9e279c4  
    4747        app/klog \
    4848        app/loc \
    49         app/lsusb \
    5049        app/mkfat \
    5150        app/mkexfat \
     
    8584        srv/vfs \
    8685        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 \
    107108        drv/char/i8042 \
    108109        drv/char/ps2mouse \
     
    138139endif
    139140
     141ifeq ($(CONFIG_MSIM),y)
     142DIRS += \
     143        app/msim
     144endif
     145
    140146## Platform-specific hardware support
    141147#
     
    164170        DIRS += \
    165171                drv/infrastructure/rootmac \
     172                drv/bus/pci/pciintel \
    166173                srv/hw/bus/cuda_adb
    167174endif
Note: See TracChangeset for help on using the changeset viewer.