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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r4317827 rb9eb93f  
    4949        app/trace \
    5050        app/top \
     51        app/usbinfo \
    5152        app/virtusbkbd \
    5253        app/netecho \
     
    8788        srv/net/net \
    8889        drv/root \
    89         drv/vhc
     90        drv/rootvirt \
     91        drv/test1 \
     92        drv/test2
    9093
    9194## Networking
     
    110113
    111114ifeq ($(UARCH),amd64)
    112 endif
    113 
    114 ifeq ($(UARCH),ia32)
    115         DIRS += drv/rootia32
     115        DIRS += drv/rootpc
    116116        DIRS += drv/pciintel
    117117        DIRS += drv/isa
     
    120120        DIRS += drv/usbhub
    121121        DIRS += drv/usbkbd
     122        DIRS += drv/vhc
     123endif
     124
     125ifeq ($(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
    122134endif
    123135
Note: See TracChangeset for help on using the changeset viewer.