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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r312e5ff ra9763c6  
    4444        app/download \
    4545        app/edit \
     46        app/fontviewer \
    4647        app/getterm \
    4748        app/hdisk \
     
    131132        srv/hid/rfb \
    132133        drv/audio/sb16 \
    133         drv/root/root \
    134         drv/root/virt \
     134        drv/infrastructure/root \
     135        drv/infrastructure/rootvirt \
    135136        drv/block/ahci \
    136137        drv/block/ata_bd \
    137138        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 \
    159         drv/platform/icp
     158        drv/nic/rtl8169
    160159
    161160## Platform-specific hardware support
     
    164163ifeq ($(UARCH), $(filter $(UARCH),amd64 ia32 ia64))
    165164        DIRS += \
    166                 drv/platform/pc \
     165                drv/infrastructure/rootpc \
    167166                drv/bus/pci/pciintel \
    168167                drv/bus/isa \
     
    175174ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
    176175        DIRS += \
    177                 drv/platform/malta \
     176                drv/infrastructure/rootmalta \
    178177                drv/bus/pci/pciintel \
    179178                drv/bus/isa
     
    182181ifeq ($(UARCH),ppc32)
    183182        DIRS += \
    184                 drv/platform/mac \
     183                drv/infrastructure/rootmac \
    185184                drv/bus/pci/pciintel \
    186185                srv/hw/bus/cuda_adb
     
    194193ifeq ($(UARCH),arm32)
    195194        DIRS += \
    196                 drv/platform/amdm37x \
     195                drv/infrastructure/rootamdm37x \
    197196                drv/fb/amdm37x_dispc
    198197endif
Note: See TracChangeset for help on using the changeset viewer.