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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rc245f16e rffdd2b9  
    8585        srv/net/tl/tcp \
    8686        srv/net/net \
    87         drv/root \
    88         drv/rootvirt \
    89         drv/test1 \
    90         drv/test2
     87        drv/root
    9188
    9289## Networking
     
    111108
    112109ifeq ($(UARCH),amd64)
    113         DIRS += drv/rootpc
    114         DIRS += drv/pciintel
    115         DIRS += drv/isa
    116         DIRS += drv/ns8250
    117110endif
    118111
    119112ifeq ($(UARCH),ia32)
    120         DIRS += drv/rootpc
     113        DIRS += drv/rootia32
    121114        DIRS += drv/pciintel
    122115        DIRS += drv/isa
Note: See TracChangeset for help on using the changeset viewer.