Changes in uspace/Makefile [a9763c6:312e5ff] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    ra9763c6 r312e5ff  
    4444        app/download \
    4545        app/edit \
    46         app/fontviewer \
    4746        app/getterm \
    4847        app/hdisk \
     
    132131        srv/hid/rfb \
    133132        drv/audio/sb16 \
    134         drv/infrastructure/root \
    135         drv/infrastructure/rootvirt \
     133        drv/root/root \
     134        drv/root/virt \
    136135        drv/block/ahci \
    137136        drv/block/ata_bd \
    138137        drv/char/i8042 \
     138        drv/char/pl050 \
    139139        drv/char/ps2mouse \
    140140        drv/char/xtkbd \
     
    156156        drv/nic/e1k \
    157157        drv/nic/rtl8139 \
    158         drv/nic/rtl8169
     158        drv/nic/rtl8169 \
     159        drv/platform/icp
    159160
    160161## Platform-specific hardware support
     
    163164ifeq ($(UARCH), $(filter $(UARCH),amd64 ia32 ia64))
    164165        DIRS += \
    165                 drv/infrastructure/rootpc \
     166                drv/platform/pc \
    166167                drv/bus/pci/pciintel \
    167168                drv/bus/isa \
     
    174175ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
    175176        DIRS += \
    176                 drv/infrastructure/rootmalta \
     177                drv/platform/malta \
    177178                drv/bus/pci/pciintel \
    178179                drv/bus/isa
     
    181182ifeq ($(UARCH),ppc32)
    182183        DIRS += \
    183                 drv/infrastructure/rootmac \
     184                drv/platform/mac \
    184185                drv/bus/pci/pciintel \
    185186                srv/hw/bus/cuda_adb
     
    193194ifeq ($(UARCH),arm32)
    194195        DIRS += \
    195                 drv/infrastructure/rootamdm37x \
     196                drv/platform/amdm37x \
    196197                drv/fb/amdm37x_dispc
    197198endif
Note: See TracChangeset for help on using the changeset viewer.