Changeset 15d0046 in mainline for uspace/Makefile


Ignore:
Timestamp:
2014-09-12T13:22:33Z (10 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9b20126
Parents:
8db09e4 (diff), 105d8d6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r8db09e4 r15d0046  
    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 \
     
    129131        srv/hw/char/s3c24xx_uart \
    130132        srv/hid/rfb \
     133        drv/audio/hdaudio \
    131134        drv/audio/sb16 \
    132         drv/infrastructure/root \
    133         drv/infrastructure/rootvirt \
     135        drv/root/root \
     136        drv/root/virt \
    134137        drv/block/ahci \
    135138        drv/block/ata_bd \
    136139        drv/char/i8042 \
     140        drv/char/pl050 \
    137141        drv/char/ps2mouse \
    138142        drv/char/xtkbd \
     
    153157        drv/nic/ne2k \
    154158        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
     159        drv/nic/rtl8139 \
     160        drv/nic/rtl8169 \
     161        drv/platform/icp
    174162
    175163## Platform-specific hardware support
     
    178166ifeq ($(UARCH), $(filter $(UARCH),amd64 ia32 ia64))
    179167        DIRS += \
    180                 drv/infrastructure/rootpc \
     168                drv/platform/pc \
    181169                drv/bus/pci/pciintel \
    182170                drv/bus/isa \
     
    189177ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
    190178        DIRS += \
    191                 drv/infrastructure/rootmalta \
     179                drv/platform/malta \
    192180                drv/bus/pci/pciintel \
    193181                drv/bus/isa
     
    196184ifeq ($(UARCH),ppc32)
    197185        DIRS += \
    198                 drv/infrastructure/rootmac \
     186                drv/platform/mac \
    199187                drv/bus/pci/pciintel \
    200188                srv/hw/bus/cuda_adb
     
    208196ifeq ($(UARCH),arm32)
    209197        DIRS += \
    210                 drv/infrastructure/rootamdm37x \
    211                 drv/fb/amdm37x_dispc
     198                drv/platform/amdm37x \
     199                drv/fb/amdm37x_dispc \
     200                srv/hw/irc/icp-ic
    212201endif
    213202
Note: See TracChangeset for help on using the changeset viewer.