Changes in uspace/Makefile [0caa075e:75fe97b] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r0caa075e r75fe97b  
    4444        app/download \
    4545        app/edit \
     46        app/fontviewer \
    4647        app/getterm \
    4748        app/hdisk \
     
    7778        app/nettest2 \
    7879        app/nettest3 \
     80        app/nic \
    7981        app/ping \
    8082        app/sysinfo \
     
    130132        srv/hid/rfb \
    131133        drv/audio/sb16 \
    132         drv/infrastructure/root \
    133         drv/infrastructure/rootvirt \
     134        drv/root/root \
     135        drv/root/virt \
    134136        drv/block/ahci \
    135137        drv/block/ata_bd \
    136138        drv/char/i8042 \
     139        drv/char/pl050 \
    137140        drv/char/ps2mouse \
    138141        drv/char/xtkbd \
     
    153156        drv/nic/ne2k \
    154157        drv/nic/e1k \
    155         drv/nic/rtl8139
    156 
    157 ifeq ($(CONFIG_PCC),y)
    158 DIRS += \
    159         app/cc \
    160         app/ccom \
    161         app/ccom/mkext \
    162         app/cpp
    163 endif
    164 
    165 ifeq ($(CONFIG_BINUTILS),y)
    166 DIRS += \
    167         app/binutils
    168 endif
    169 
    170 ifeq ($(CONFIG_MSIM),y)
    171 DIRS += \
    172         app/msim
    173 endif
     158        drv/nic/rtl8139 \
     159        drv/nic/rtl8169 \
     160        drv/platform/icp
    174161
    175162## Platform-specific hardware support
    176163#
    177164
    178 ifeq ($(UARCH),amd64)
    179         DIRS += \
    180                 drv/infrastructure/rootpc \
     165ifeq ($(UARCH), $(filter $(UARCH),amd64 ia32 ia64))
     166        DIRS += \
     167                drv/platform/pc \
    181168                drv/bus/pci/pciintel \
    182169                drv/bus/isa \
     
    187174endif
    188175
    189 ifeq ($(UARCH),ia32)
    190         DIRS += \
    191                 drv/infrastructure/rootpc \
    192                 drv/bus/pci/pciintel \
    193                 drv/bus/isa \
    194                 drv/char/ns8250 \
    195                 drv/time/cmos-rtc \
    196                 srv/hw/irc/apic \
    197                 srv/hw/irc/i8259
    198 endif
    199 
    200176ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
    201177        DIRS += \
    202                 drv/infrastructure/rootmalta \
     178                drv/platform/malta \
    203179                drv/bus/pci/pciintel \
    204180                drv/bus/isa
     
    207183ifeq ($(UARCH),ppc32)
    208184        DIRS += \
    209                 drv/infrastructure/rootmac \
     185                drv/platform/mac \
    210186                drv/bus/pci/pciintel \
    211187                srv/hw/bus/cuda_adb
     
    219195ifeq ($(UARCH),arm32)
    220196        DIRS += \
    221                 drv/infrastructure/rootamdm37x \
    222                 drv/fb/amdm37x_dispc
     197                drv/platform/amdm37x \
     198                drv/fb/amdm37x_dispc \
     199                srv/hw/irc/icp-ic
    223200endif
    224201
Note: See TracChangeset for help on using the changeset viewer.