Changes in uspace/Makefile [6bcecc2:312e5ff] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r6bcecc2 r312e5ff  
    131131        srv/hid/rfb \
    132132        drv/audio/sb16 \
    133         drv/infrastructure/root \
    134         drv/infrastructure/rootvirt \
     133        drv/root/root \
     134        drv/root/virt \
    135135        drv/block/ahci \
    136136        drv/block/ata_bd \
    137137        drv/char/i8042 \
     138        drv/char/pl050 \
    138139        drv/char/ps2mouse \
    139140        drv/char/xtkbd \
     
    154155        drv/nic/ne2k \
    155156        drv/nic/e1k \
    156         drv/nic/rtl8139
     157        drv/nic/rtl8139 \
     158        drv/nic/rtl8169 \
     159        drv/platform/icp
    157160
    158161## Platform-specific hardware support
     
    161164ifeq ($(UARCH), $(filter $(UARCH),amd64 ia32 ia64))
    162165        DIRS += \
    163                 drv/infrastructure/rootpc \
     166                drv/platform/pc \
    164167                drv/bus/pci/pciintel \
    165168                drv/bus/isa \
     
    172175ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
    173176        DIRS += \
    174                 drv/infrastructure/rootmalta \
     177                drv/platform/malta \
    175178                drv/bus/pci/pciintel \
    176179                drv/bus/isa
     
    179182ifeq ($(UARCH),ppc32)
    180183        DIRS += \
    181                 drv/infrastructure/rootmac \
     184                drv/platform/mac \
    182185                drv/bus/pci/pciintel \
    183186                srv/hw/bus/cuda_adb
     
    191194ifeq ($(UARCH),arm32)
    192195        DIRS += \
    193                 drv/infrastructure/rootamdm37x \
     196                drv/platform/amdm37x \
    194197                drv/fb/amdm37x_dispc
    195198endif
Note: See TracChangeset for help on using the changeset viewer.