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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rcc3c2a1c rc245f16e  
    4646        app/tasks \
    4747        app/tester \
    48         app/test_serial \
    4948        app/tetris \
    5049        app/trace \
     
    8685        srv/net/tl/tcp \
    8786        srv/net/net \
    88         drv/root
     87        drv/root \
     88        drv/rootvirt \
     89        drv/test1 \
     90        drv/test2
    8991
    9092## Networking
     
    109111
    110112ifeq ($(UARCH),amd64)
     113        DIRS += drv/rootpc
     114        DIRS += drv/pciintel
     115        DIRS += drv/isa
     116        DIRS += drv/ns8250
    111117endif
    112118
    113119ifeq ($(UARCH),ia32)
    114         DIRS += drv/rootia32
     120        DIRS += drv/rootpc
    115121        DIRS += drv/pciintel
    116122        DIRS += drv/isa
Note: See TracChangeset for help on using the changeset viewer.