Changeset efedee77 in mainline for uspace/Makefile


Ignore:
Timestamp:
2010-11-02T22:38:46Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
af894a21
Parents:
aab02fb (diff), e06ef614 (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

    raab02fb refedee77  
    4646        app/tasks \
    4747        app/tester \
     48        app/test_serial \
    4849        app/tetris \
    4950        app/trace \
    5051        app/top \
     52        app/usb \
    5153        app/virtusbkbd \
     54        app/netecho \
     55        app/nettest1 \
     56        app/nettest2 \
     57        app/ping \
    5258        srv/clip \
    5359        srv/devmap \
     60        srv/devman \
    5461        srv/loader \
    5562        srv/ns \
     
    6774        srv/hid/adb_mouse \
    6875        srv/hid/char_mouse \
     76        srv/hid/s3c24xx_ts \
    6977        srv/hid/fb \
    7078        srv/hid/kbd \
     
    8290        srv/net/net \
    8391        srv/net/netstart \
    84         app/usb \
    85         app/netecho \
    86         app/nettest1 \
    87         app/nettest2 \
    88         app/ping
     92        drv/root
    8993
    9094## Networking
     
    109113
    110114ifeq ($(UARCH),amd64)
    111         DIRS += srv/hw/bus/pci
    112115endif
    113116
    114117ifeq ($(UARCH),ia32)
    115         DIRS += srv/hw/bus/pci
     118        DIRS += drv/rootia32
     119        DIRS += drv/pciintel
     120        DIRS += drv/isa
     121        DIRS += drv/ns8250
    116122endif
    117123
     
    136142        lib/softint \
    137143        lib/softfloat \
    138         lib/socket \
     144        lib/drv \
     145        lib/packet \
    139146        lib/net
    140147
    141148ifeq ($(UARCH),amd64)
    142         LIBS += lib/pci
    143149        LIBS += lib/usb
    144150        LIBS += lib/usbvirt
     
    146152
    147153ifeq ($(UARCH),ia32)
    148         LIBS += lib/pci
    149154        LIBS += lib/usb
    150155        LIBS += lib/usbvirt
    151156endif
    152 
    153157
    154158LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.