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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    ra3eeef45 rcc3c2a1c  
    4646        app/tasks \
    4747        app/tester \
     48        app/test_serial \
    4849        app/tetris \
    4950        app/trace \
     
    5354        app/nettest2 \
    5455        app/ping \
    55         app/sysinfo \
    5656        srv/clip \
    5757        srv/devmap \
     
    8686        srv/net/tl/tcp \
    8787        srv/net/net \
    88         drv/root \
    89         drv/rootvirt \
    90         drv/test1 \
    91         drv/test2
     88        drv/root
    9289
    9390## Networking
     
    112109
    113110ifeq ($(UARCH),amd64)
    114         DIRS += drv/rootpc
    115         DIRS += drv/pciintel
    116         DIRS += drv/isa
    117         DIRS += drv/ns8250
    118111endif
    119112
    120113ifeq ($(UARCH),ia32)
    121         DIRS += drv/rootpc
     114        DIRS += drv/rootia32
    122115        DIRS += drv/pciintel
    123116        DIRS += drv/isa
Note: See TracChangeset for help on using the changeset viewer.