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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rcc3c2a1c ra3eeef45  
    4646        app/tasks \
    4747        app/tester \
    48         app/test_serial \
    4948        app/tetris \
    5049        app/trace \
     
    5453        app/nettest2 \
    5554        app/ping \
     55        app/sysinfo \
    5656        srv/clip \
    5757        srv/devmap \
     
    8686        srv/net/tl/tcp \
    8787        srv/net/net \
    88         drv/root
     88        drv/root \
     89        drv/rootvirt \
     90        drv/test1 \
     91        drv/test2
    8992
    9093## Networking
     
    109112
    110113ifeq ($(UARCH),amd64)
     114        DIRS += drv/rootpc
     115        DIRS += drv/pciintel
     116        DIRS += drv/isa
     117        DIRS += drv/ns8250
    111118endif
    112119
    113120ifeq ($(UARCH),ia32)
    114         DIRS += drv/rootia32
     121        DIRS += drv/rootpc
    115122        DIRS += drv/pciintel
    116123        DIRS += drv/isa
Note: See TracChangeset for help on using the changeset viewer.