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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r4317827 rffdd2b9  
    4949        app/trace \
    5050        app/top \
    51         app/virtusbkbd \
    5251        app/netecho \
    5352        app/nettest1 \
     
    8685        srv/net/tl/tcp \
    8786        srv/net/net \
    88         drv/root \
    89         drv/vhc
     87        drv/root
    9088
    9189## Networking
     
    117115        DIRS += drv/isa
    118116        DIRS += drv/ns8250
    119         DIRS += drv/uhci
    120         DIRS += drv/usbhub
    121         DIRS += drv/usbkbd
    122117endif
    123118
     
    145140        lib/packet \
    146141        lib/net
    147 
    148 ifeq ($(UARCH),amd64)
    149         LIBS += lib/usb
    150         LIBS += lib/usbvirt
    151 endif
    152 
    153 ifeq ($(UARCH),ia32)
    154         LIBS += lib/usb
    155         LIBS += lib/usbvirt
    156 endif
    157142
    158143LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.