Changeset e4f8c77 in mainline for uspace/Makefile


Ignore:
Timestamp:
2011-07-13T22:39:18Z (13 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e6910c8
Parents:
5974661 (diff), 8ecef91 (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 libposix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r5974661 re4f8c77  
    8585        srv/fs/devfs \
    8686        srv/fs/ext2fs \
    87         srv/hid/adb_mouse \
    88         srv/hid/char_mouse \
    8987        srv/hid/s3c24xx_ts \
    9088        srv/hid/fb \
    91         srv/hid/kbd \
     89        srv/hid/input \
    9290        srv/hw/char/i8042 \
    9391        srv/hw/char/s3c24xx_uart \
     
    10098        srv/net/tl/tcp \
    10199        srv/net/net \
    102         drv/root \
    103         drv/rootvirt \
    104         drv/test1 \
    105         drv/test2 \
    106         drv/test3 \
    107         drv/ehci_hcd \
    108         drv/ohci \
    109         drv/uhci_hcd \
    110         drv/uhci_rhd \
    111         drv/usbflbk \
    112         drv/usbhid \
    113         drv/usbhub \
    114         drv/usbmast \
    115         drv/usbmid \
    116         drv/usbmouse \
    117         drv/vhc
     100        drv/infrastructure/root \
     101        drv/infrastructure/rootvirt \
     102        drv/test/test1 \
     103        drv/test/test2 \
     104        drv/test/test3 \
     105        drv/bus/usb/ehci \
     106        drv/bus/usb/ohci \
     107        drv/bus/usb/uhci \
     108        drv/bus/usb/uhcirh \
     109        drv/bus/usb/usbflbk \
     110        drv/bus/usb/usbhid \
     111        drv/bus/usb/usbhub \
     112        drv/bus/usb/usbmast \
     113        drv/bus/usb/usbmid \
     114        drv/bus/usb/usbmouse \
     115        drv/bus/usb/vhc
    118116
    119117## Networking
     
    133131ifeq ($(UARCH),amd64)
    134132        DIRS += \
    135                 drv/rootpc \
    136                 drv/pciintel \
    137                 drv/isa \
    138                 drv/ns8250 \
     133                drv/infrastructure/rootpc \
     134                drv/bus/pci/pciintel \
     135                drv/bus/isa \
     136                drv/char/ns8250 \
    139137                srv/hw/irc/apic \
    140138                srv/hw/irc/i8259
     
    143141ifeq ($(UARCH),ia32)
    144142        DIRS += \
    145                 drv/rootpc \
    146                 drv/pciintel \
    147                 drv/isa \
    148                 drv/ns8250 \
     143                drv/infrastructure/rootpc \
     144                drv/bus/pci/pciintel \
     145                drv/bus/isa \
     146                drv/char/ns8250 \
    149147                srv/hw/irc/apic \
    150148                srv/hw/irc/i8259
     
    152150
    153151ifeq ($(UARCH),ppc32)
    154         DIRS += srv/hw/bus/cuda_adb
     152        DIRS += \
     153                drv/infrastructure/rootmac \
     154                srv/hw/bus/cuda_adb
    155155endif
    156156
    157157ifeq ($(UARCH),sparc64)
    158158        DIRS += \
    159                 srv/hw/irc/fhc \
    160159                srv/hw/irc/obio
    161160endif
     
    169168        lib/block \
    170169        lib/clui \
     170        lib/scsi \
    171171        lib/softint \
    172172        lib/softfloat \
Note: See TracChangeset for help on using the changeset viewer.