Changes in uspace/Makefile [ffdd2b9:178673c] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rffdd2b9 r178673c  
    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/root \
     89        drv/rootvirt
    8890
    8991## Networking
     
    108110
    109111ifeq ($(UARCH),amd64)
     112        DIRS += drv/rootpc
     113        DIRS += drv/pciintel
     114        DIRS += drv/isa
     115        DIRS += drv/ns8250
    110116endif
    111117
    112118ifeq ($(UARCH),ia32)
    113         DIRS += drv/rootia32
     119        DIRS += drv/rootpc
    114120        DIRS += drv/pciintel
    115121        DIRS += drv/isa
Note: See TracChangeset for help on using the changeset viewer.