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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rb9eb93f rc245f16e  
    4949        app/trace \
    5050        app/top \
    51         app/usbinfo \
    52         app/virtusbkbd \
    5351        app/netecho \
    5452        app/nettest1 \
     
    117115        DIRS += drv/isa
    118116        DIRS += drv/ns8250
    119         DIRS += drv/uhci
    120         DIRS += drv/usbhub
    121         DIRS += drv/usbkbd
    122         DIRS += drv/vhc
    123117endif
    124118
     
    128122        DIRS += drv/isa
    129123        DIRS += drv/ns8250
    130         DIRS += drv/uhci
    131         DIRS += drv/usbhub
    132         DIRS += drv/usbkbd
    133         DIRS += drv/vhc
    134124endif
    135125
     
    157147        lib/packet \
    158148        lib/net
    159 
    160 ifeq ($(UARCH),amd64)
    161         LIBS += lib/usb
    162         LIBS += lib/usbvirt
    163 endif
    164 
    165 ifeq ($(UARCH),ia32)
    166         LIBS += lib/usb
    167         LIBS += lib/usbvirt
    168 endif
    169149
    170150LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.