Changeset 8fb1bf82 in mainline for uspace/Makefile


Ignore:
Timestamp:
2010-11-25T13:42:50Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8df8415
Parents:
a93d79a (diff), eb667613 (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

    ra93d79a r8fb1bf82  
    4646        app/tasks \
    4747        app/tester \
     48        app/test_serial \
    4849        app/tetris \
    4950        app/trace \
    5051        app/top \
     52        app/netecho \
     53        app/nettest1 \
     54        app/nettest2 \
     55        app/ping \
    5156        srv/clip \
    5257        srv/devmap \
     58        srv/devman \
    5359        srv/loader \
    5460        srv/ns \
     
    8086        srv/net/tl/tcp \
    8187        srv/net/net \
    82         srv/net/netstart \
    83         app/netecho \
    84         app/nettest1 \
    85         app/nettest2 \
    86         app/ping
     88        drv/root
    8789
    8890## Networking
     
    107109
    108110ifeq ($(UARCH),amd64)
    109         DIRS += srv/hw/bus/pci
    110111endif
    111112
    112113ifeq ($(UARCH),ia32)
    113         DIRS += srv/hw/bus/pci
     114        DIRS += drv/rootia32
     115        DIRS += drv/pciintel
     116        DIRS += drv/isa
     117        DIRS += drv/ns8250
    114118endif
    115119
     
    134138        lib/softint \
    135139        lib/softfloat \
     140        lib/drv \
    136141        lib/packet \
    137142        lib/net
    138 
    139 ifeq ($(UARCH),amd64)
    140         LIBS += lib/pci
    141 endif
    142 
    143 ifeq ($(UARCH),ia32)
    144         LIBS += lib/pci
    145 endif
    146 
    147143
    148144LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.