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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r312e5ff r6bcecc2  
    131131        srv/hid/rfb \
    132132        drv/audio/sb16 \
    133         drv/root/root \
    134         drv/root/virt \
     133        drv/infrastructure/root \
     134        drv/infrastructure/rootvirt \
    135135        drv/block/ahci \
    136136        drv/block/ata_bd \
    137137        drv/char/i8042 \
    138         drv/char/pl050 \
    139138        drv/char/ps2mouse \
    140139        drv/char/xtkbd \
     
    155154        drv/nic/ne2k \
    156155        drv/nic/e1k \
    157         drv/nic/rtl8139 \
    158         drv/nic/rtl8169 \
    159         drv/platform/icp
     156        drv/nic/rtl8139
    160157
    161158## Platform-specific hardware support
     
    164161ifeq ($(UARCH), $(filter $(UARCH),amd64 ia32 ia64))
    165162        DIRS += \
    166                 drv/platform/pc \
     163                drv/infrastructure/rootpc \
    167164                drv/bus/pci/pciintel \
    168165                drv/bus/isa \
     
    175172ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
    176173        DIRS += \
    177                 drv/platform/malta \
     174                drv/infrastructure/rootmalta \
    178175                drv/bus/pci/pciintel \
    179176                drv/bus/isa
     
    182179ifeq ($(UARCH),ppc32)
    183180        DIRS += \
    184                 drv/platform/mac \
     181                drv/infrastructure/rootmac \
    185182                drv/bus/pci/pciintel \
    186183                srv/hw/bus/cuda_adb
     
    194191ifeq ($(UARCH),arm32)
    195192        DIRS += \
    196                 drv/platform/amdm37x \
     193                drv/infrastructure/rootamdm37x \
    197194                drv/fb/amdm37x_dispc
    198195endif
Note: See TracChangeset for help on using the changeset viewer.