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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r178673c rffdd2b9  
    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 \
    89         drv/rootvirt
     87        drv/root
    9088
    9189## Networking
     
    110108
    111109ifeq ($(UARCH),amd64)
    112         DIRS += drv/rootpc
    113         DIRS += drv/pciintel
    114         DIRS += drv/isa
    115         DIRS += drv/ns8250
    116110endif
    117111
    118112ifeq ($(UARCH),ia32)
    119         DIRS += drv/rootpc
     113        DIRS += drv/rootia32
    120114        DIRS += drv/pciintel
    121115        DIRS += drv/isa
Note: See TracChangeset for help on using the changeset viewer.