Changeset b0f00a9 in mainline for uspace/Makefile


Ignore:
Timestamp:
2011-11-06T22:21:05Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
898e847
Parents:
2bdf8313 (diff), 7b5f4c9 (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

    r2bdf8313 rb0f00a9  
    3535DIRS = \
    3636        app/bdsh \
     37        app/blkdump \
     38        app/bnchmark \
     39        app/devctl \
    3740        app/edit \
     41        app/ext2info \
    3842        app/getterm \
    3943        app/init \
     
    4145        app/killall \
    4246        app/klog \
     47        app/locinfo \
     48        app/lsusb \
    4349        app/mkfat \
     50        app/mkmfs \
    4451        app/redir \
    4552        app/sbi \
     53        app/sportdmp \
    4654        app/stats \
    4755        app/taskdump \
    4856        app/tester \
     57        app/testread \
    4958        app/tetris \
    5059        app/trace \
    5160        app/top \
     61        app/usbinfo \
     62        app/vuhid \
    5263        app/netecho \
    5364        app/nettest1 \
     
    5667        app/websrv \
    5768        app/sysinfo \
     69        app/mkbd \
    5870        srv/clip \
    59         srv/devmap \
     71        srv/loc \
    6072        srv/devman \
    6173        srv/loader \
     
    6981        srv/bd/part/guid_part \
    7082        srv/bd/part/mbr_part \
     83        srv/fs/exfat \
    7184        srv/fs/fat \
     85        srv/fs/cdfs \
    7286        srv/fs/tmpfs \
    73         srv/fs/devfs \
    74         srv/hid/adb_mouse \
    75         srv/hid/char_mouse \
     87        srv/fs/mfs \
     88        srv/fs/locfs \
     89        srv/fs/ext2fs \
     90        srv/hid/console \
    7691        srv/hid/s3c24xx_ts \
    7792        srv/hid/fb \
    78         srv/hid/kbd \
     93        srv/hid/input \
    7994        srv/hw/char/i8042 \
    8095        srv/hw/char/s3c24xx_uart \
    81         srv/hw/netif/ne2000 \
    82         srv/net/netif/lo \
    8396        srv/net/il/arp \
    8497        srv/net/il/ip \
     
    8699        srv/net/tl/udp \
    87100        srv/net/tl/tcp \
     101        srv/net/nil/eth \
     102        srv/net/nil/nildummy \
    88103        srv/net/net \
    89         drv/root \
    90         drv/rootvirt \
    91         drv/test1 \
    92         drv/test2
    93 
    94 ## Networking
    95 #
    96 
     104        drv/infrastructure/root \
     105        drv/infrastructure/rootvirt \
     106        drv/test/test1 \
     107        drv/test/test2 \
     108        drv/test/test3 \
     109        drv/bus/usb/ehci \
     110        drv/bus/usb/ohci \
     111        drv/bus/usb/uhci \
     112        drv/bus/usb/uhcirh \
     113        drv/bus/usb/usbflbk \
     114        drv/bus/usb/usbhid \
     115        drv/bus/usb/usbhub \
     116        drv/bus/usb/usbmast \
     117        drv/bus/usb/usbmid \
     118        drv/bus/usb/vhc \
     119        drv/nic/lo \
     120        drv/nic/ne2k
     121
     122ifeq ($(CONFIG_PCC),y)
    97123DIRS += \
    98         srv/net/nil/eth \
    99         srv/net/nil/nildummy
     124        app/cc \
     125        app/ccom \
     126        app/ccom/mkext \
     127        app/cpp
     128endif
     129
     130ifeq ($(CONFIG_BINUTILS),y)
     131DIRS += \
     132        app/binutils
     133endif
    100134
    101135## Platform-specific hardware support
    102136#
    103137
    104 ifneq ($(UARCH),abs32le)
    105         DIRS += srv/hid/console
    106 endif
    107 
    108138ifeq ($(UARCH),amd64)
    109139        DIRS += \
    110                 drv/rootpc \
    111                 drv/pciintel \
    112                 drv/isa \
    113                 drv/ns8250 \
     140                drv/infrastructure/rootpc \
     141                drv/bus/pci/pciintel \
     142                drv/bus/isa \
     143                drv/char/ns8250 \
    114144                srv/hw/irc/apic \
    115145                srv/hw/irc/i8259
     
    118148ifeq ($(UARCH),ia32)
    119149        DIRS += \
    120                 drv/rootpc \
    121                 drv/pciintel \
    122                 drv/isa \
    123                 drv/ns8250 \
     150                drv/infrastructure/rootpc \
     151                drv/bus/pci/pciintel \
     152                drv/bus/isa \
     153                drv/char/ns8250 \
    124154                srv/hw/irc/apic \
    125155                srv/hw/irc/i8259
     
    127157
    128158ifeq ($(UARCH),ppc32)
    129         DIRS += srv/hw/bus/cuda_adb
     159        DIRS += \
     160                drv/infrastructure/rootmac \
     161                srv/hw/bus/cuda_adb
    130162endif
    131163
    132164ifeq ($(UARCH),sparc64)
    133165        DIRS += \
    134                 srv/hw/irc/fhc \
    135166                srv/hw/irc/obio
    136167endif
     
    144175        lib/block \
    145176        lib/clui \
     177        lib/fmtutil \
     178        lib/scsi \
    146179        lib/softint \
    147180        lib/softfloat \
    148181        lib/drv \
    149         lib/packet \
    150         lib/net
     182        lib/fb \
     183        lib/net \
     184        lib/nic \
     185        lib/ext2 \
     186        lib/usb \
     187        lib/usbhost \
     188        lib/usbdev \
     189        lib/usbhid \
     190        lib/usbvirt \
     191        lib/posix
    151192
    152193LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.