Changeset 8ff0bd2 in mainline for uspace/Makefile


Ignore:
Timestamp:
2011-09-04T11:30:58Z (14 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
03bc76a
Parents:
d2c67e7 (diff), deac215e (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

    rd2c67e7 r8ff0bd2  
    3737        app/blkdump \
    3838        app/bnchmark \
     39        app/devctl \
    3940        app/edit \
    4041        app/ext2info \
     
    4445        app/killall \
    4546        app/klog \
     47        app/locinfo \
    4648        app/lsusb \
    4749        app/mkfat \
     
    6668        app/mkbd \
    6769        srv/clip \
    68         srv/devmap \
     70        srv/loc \
    6971        srv/devman \
    7072        srv/loader \
     
    7880        srv/bd/part/guid_part \
    7981        srv/bd/part/mbr_part \
     82        srv/fs/exfat \
    8083        srv/fs/fat \
    8184        srv/fs/tmpfs \
    82         srv/fs/devfs \
    8385        srv/fs/minixfs \
     86        srv/fs/locfs \
    8487        srv/fs/ext2fs \
    85         srv/hid/adb_mouse \
    86         srv/hid/char_mouse \
     88        srv/hid/console \
    8789        srv/hid/s3c24xx_ts \
    8890        srv/hid/fb \
    89         srv/hid/kbd \
     91        srv/hid/input \
    9092        srv/hw/char/i8042 \
    9193        srv/hw/char/s3c24xx_uart \
     
    98100        srv/net/tl/tcp \
    99101        srv/net/net \
    100         drv/root \
    101         drv/rootvirt \
    102         drv/test1 \
    103         drv/test2 \
    104         drv/test3 \
    105         drv/ehci_hcd \
    106         drv/ohci \
    107         drv/uhci_hcd \
    108         drv/uhci_rhd \
    109         drv/usbflbk \
    110         drv/usbhid \
    111         drv/usbhub \
    112         drv/usbmast \
    113         drv/usbmid \
    114         drv/usbmouse \
    115         drv/vhc
     102        drv/infrastructure/root \
     103        drv/infrastructure/rootvirt \
     104        drv/test/test1 \
     105        drv/test/test2 \
     106        drv/test/test3 \
     107        drv/bus/usb/ehci \
     108        drv/bus/usb/ohci \
     109        drv/bus/usb/uhci \
     110        drv/bus/usb/uhcirh \
     111        drv/bus/usb/usbflbk \
     112        drv/bus/usb/usbhid \
     113        drv/bus/usb/usbhub \
     114        drv/bus/usb/usbmast \
     115        drv/bus/usb/usbmid \
     116        drv/bus/usb/usbmouse \
     117        drv/bus/usb/vhc
    116118
    117119## Networking
     
    125127#
    126128
    127 ifneq ($(UARCH),abs32le)
    128         DIRS += srv/hid/console
    129 endif
    130 
    131129ifeq ($(UARCH),amd64)
    132130        DIRS += \
    133                 drv/rootpc \
    134                 drv/pciintel \
    135                 drv/isa \
    136                 drv/ns8250 \
     131                drv/infrastructure/rootpc \
     132                drv/bus/pci/pciintel \
     133                drv/bus/isa \
     134                drv/char/ns8250 \
    137135                srv/hw/irc/apic \
    138136                srv/hw/irc/i8259
     
    141139ifeq ($(UARCH),ia32)
    142140        DIRS += \
    143                 drv/rootpc \
    144                 drv/pciintel \
    145                 drv/isa \
    146                 drv/ns8250 \
     141                drv/infrastructure/rootpc \
     142                drv/bus/pci/pciintel \
     143                drv/bus/isa \
     144                drv/char/ns8250 \
    147145                srv/hw/irc/apic \
    148146                srv/hw/irc/i8259
     
    150148
    151149ifeq ($(UARCH),ppc32)
    152         DIRS += srv/hw/bus/cuda_adb
     150        DIRS += \
     151                drv/infrastructure/rootmac \
     152                srv/hw/bus/cuda_adb
    153153endif
    154154
    155155ifeq ($(UARCH),sparc64)
    156156        DIRS += \
    157                 srv/hw/irc/fhc \
    158157                srv/hw/irc/obio
    159158endif
     
    167166        lib/block \
    168167        lib/clui \
     168        lib/fmtutil \
     169        lib/scsi \
    169170        lib/softint \
    170171        lib/softfloat \
    171172        lib/drv \
    172173        lib/packet \
     174        lib/imgmap \
    173175        lib/net \
    174176        lib/ext2 \
Note: See TracChangeset for help on using the changeset viewer.