Changes in uspace/Makefile [b9eb93f:4317827] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rb9eb93f r4317827  
    4949        app/trace \
    5050        app/top \
    51         app/usbinfo \
    5251        app/virtusbkbd \
    5352        app/netecho \
     
    8887        srv/net/net \
    8988        drv/root \
    90         drv/rootvirt \
    91         drv/test1 \
    92         drv/test2
     89        drv/vhc
    9390
    9491## Networking
     
    113110
    114111ifeq ($(UARCH),amd64)
    115         DIRS += drv/rootpc
     112endif
     113
     114ifeq ($(UARCH),ia32)
     115        DIRS += drv/rootia32
    116116        DIRS += drv/pciintel
    117117        DIRS += drv/isa
     
    120120        DIRS += drv/usbhub
    121121        DIRS += drv/usbkbd
    122         DIRS += drv/vhc
    123 endif
    124 
    125 ifeq ($(UARCH),ia32)
    126         DIRS += drv/rootpc
    127         DIRS += drv/pciintel
    128         DIRS += drv/isa
    129         DIRS += drv/ns8250
    130         DIRS += drv/uhci
    131         DIRS += drv/usbhub
    132         DIRS += drv/usbkbd
    133         DIRS += drv/vhc
    134122endif
    135123
Note: See TracChangeset for help on using the changeset viewer.