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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rc245f16e rcc3c2a1c  
    4646        app/tasks \
    4747        app/tester \
     48        app/test_serial \
    4849        app/tetris \
    4950        app/trace \
     
    8586        srv/net/tl/tcp \
    8687        srv/net/net \
    87         drv/root \
    88         drv/rootvirt \
    89         drv/test1 \
    90         drv/test2
     88        drv/root
    9189
    9290## Networking
     
    111109
    112110ifeq ($(UARCH),amd64)
    113         DIRS += drv/rootpc
    114         DIRS += drv/pciintel
    115         DIRS += drv/isa
    116         DIRS += drv/ns8250
    117111endif
    118112
    119113ifeq ($(UARCH),ia32)
    120         DIRS += drv/rootpc
     114        DIRS += drv/rootia32
    121115        DIRS += drv/pciintel
    122116        DIRS += drv/isa
Note: See TracChangeset for help on using the changeset viewer.