Changeset 8e7c9fe in mainline for uspace/Makefile


Ignore:
Timestamp:
2014-09-12T03:45:25Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c53b58e
Parents:
3eb0c85 (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

most usb changes were reverted. blink and usbmass were fixed
known problems:
ehci won't initialize
usbmast asserts on unmount (happens on mainline too)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r3eb0c85 r8e7c9fe  
    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 \
     
    152156        drv/nic/ne2k \
    153157        drv/nic/e1k \
    154         drv/nic/rtl8139
    155 
    156 ifeq ($(CONFIG_PCC),y)
    157 DIRS += \
    158         app/cc \
    159         app/ccom \
    160         app/ccom/mkext \
    161         app/cpp
    162 endif
    163 
    164 ifeq ($(CONFIG_BINUTILS),y)
    165 DIRS += \
    166         app/binutils
    167 endif
    168 
    169 ifeq ($(CONFIG_MSIM),y)
    170 DIRS += \
    171         app/msim
    172 endif
     158        drv/nic/rtl8139 \
     159        drv/nic/rtl8169 \
     160        drv/platform/icp
    173161
    174162## Platform-specific hardware support
    175163#
    176164
    177 ifeq ($(UARCH),amd64)
    178         DIRS += \
    179                 drv/infrastructure/rootpc \
     165ifeq ($(UARCH), $(filter $(UARCH),amd64 ia32 ia64))
     166        DIRS += \
     167                drv/platform/pc \
    180168                drv/bus/pci/pciintel \
    181169                drv/bus/isa \
     
    186174endif
    187175
    188 ifeq ($(UARCH),ia32)
    189         DIRS += \
    190                 drv/infrastructure/rootpc \
    191                 drv/bus/pci/pciintel \
    192                 drv/bus/isa \
    193                 drv/char/ns8250 \
    194                 drv/time/cmos-rtc \
    195                 srv/hw/irc/apic \
    196                 srv/hw/irc/i8259
    197 endif
    198 
    199176ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
    200177        DIRS += \
    201                 drv/infrastructure/rootmalta \
     178                drv/platform/malta \
    202179                drv/bus/pci/pciintel \
    203180                drv/bus/isa
     
    206183ifeq ($(UARCH),ppc32)
    207184        DIRS += \
    208                 drv/infrastructure/rootmac \
     185                drv/platform/mac \
    209186                drv/bus/pci/pciintel \
    210187                srv/hw/bus/cuda_adb
     
    218195ifeq ($(UARCH),arm32)
    219196        DIRS += \
    220                 drv/infrastructure/rootamdm37x \
    221                 drv/fb/amdm37x_dispc
     197                drv/platform/amdm37x \
     198                drv/fb/amdm37x_dispc \
     199                srv/hw/irc/icp-ic
    222200endif
    223201
Note: See TracChangeset for help on using the changeset viewer.