Changes in uspace/Makefile [07b9203e:b9eb93f] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r07b9203e rb9eb93f  
    8888        srv/net/net \
    8989        drv/root \
    90         drv/vhc
     90        drv/rootvirt \
     91        drv/test1 \
     92        drv/test2
    9193
    9294## Networking
     
    111113
    112114ifeq ($(UARCH),amd64)
    113 endif
    114 
    115 ifeq ($(UARCH),ia32)
    116         DIRS += drv/rootia32
     115        DIRS += drv/rootpc
    117116        DIRS += drv/pciintel
    118117        DIRS += drv/isa
     
    121120        DIRS += drv/usbhub
    122121        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
    123134endif
    124135
Note: See TracChangeset for help on using the changeset viewer.