Changes in uspace/Makefile [f63a591d:cc3c2a1c] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rf63a591d rcc3c2a1c  
    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.