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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r07b9203e rc245f16e  
    4949        app/trace \
    5050        app/top \
    51         app/usbinfo \
    52         app/virtusbkbd \
    5351        app/netecho \
    5452        app/nettest1 \
     
    8886        srv/net/net \
    8987        drv/root \
    90         drv/vhc
     88        drv/rootvirt \
     89        drv/test1 \
     90        drv/test2
    9191
    9292## Networking
     
    111111
    112112ifeq ($(UARCH),amd64)
     113        DIRS += drv/rootpc
     114        DIRS += drv/pciintel
     115        DIRS += drv/isa
     116        DIRS += drv/ns8250
    113117endif
    114118
    115119ifeq ($(UARCH),ia32)
    116         DIRS += drv/rootia32
     120        DIRS += drv/rootpc
    117121        DIRS += drv/pciintel
    118122        DIRS += drv/isa
    119123        DIRS += drv/ns8250
    120         DIRS += drv/uhci
    121         DIRS += drv/usbhub
    122         DIRS += drv/usbkbd
    123124endif
    124125
     
    146147        lib/packet \
    147148        lib/net
    148 
    149 ifeq ($(UARCH),amd64)
    150         LIBS += lib/usb
    151         LIBS += lib/usbvirt
    152 endif
    153 
    154 ifeq ($(UARCH),ia32)
    155         LIBS += lib/usb
    156         LIBS += lib/usbvirt
    157 endif
    158149
    159150LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.