Changes in uspace/Makefile [75fe97b:b229062] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r75fe97b rb229062  
    4444        app/download \
    4545        app/edit \
    46         app/fontviewer \
    4746        app/getterm \
    4847        app/hdisk \
     
    131130        srv/hw/char/s3c24xx_uart \
    132131        srv/hid/rfb \
     132        drv/audio/hdaudio \
    133133        drv/audio/sb16 \
    134         drv/root/root \
    135         drv/root/virt \
     134        drv/infrastructure/root \
     135        drv/infrastructure/rootvirt \
    136136        drv/block/ahci \
    137137        drv/block/ata_bd \
    138138        drv/char/i8042 \
    139         drv/char/pl050 \
    140139        drv/char/ps2mouse \
    141140        drv/char/xtkbd \
     
    157156        drv/nic/e1k \
    158157        drv/nic/rtl8139 \
    159         drv/nic/rtl8169 \
    160         drv/platform/icp
     158        drv/nic/rtl8169
    161159
    162160## Platform-specific hardware support
     
    165163ifeq ($(UARCH), $(filter $(UARCH),amd64 ia32 ia64))
    166164        DIRS += \
    167                 drv/platform/pc \
     165                drv/infrastructure/rootpc \
    168166                drv/bus/pci/pciintel \
    169167                drv/bus/isa \
     
    176174ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
    177175        DIRS += \
    178                 drv/platform/malta \
     176                drv/infrastructure/rootmalta \
    179177                drv/bus/pci/pciintel \
    180178                drv/bus/isa
     
    183181ifeq ($(UARCH),ppc32)
    184182        DIRS += \
    185                 drv/platform/mac \
     183                drv/infrastructure/rootmac \
    186184                drv/bus/pci/pciintel \
    187185                srv/hw/bus/cuda_adb
     
    195193ifeq ($(UARCH),arm32)
    196194        DIRS += \
    197                 drv/platform/amdm37x \
    198                 drv/fb/amdm37x_dispc \
    199                 srv/hw/irc/icp-ic
     195                drv/infrastructure/rootamdm37x \
     196                drv/fb/amdm37x_dispc
    200197endif
    201198
Note: See TracChangeset for help on using the changeset viewer.