Changes in uspace/Makefile [4b4c797:cc3c2a1c] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r4b4c797 rcc3c2a1c  
    5050        app/trace \
    5151        app/top \
    52         app/virtusbkbd \
    53         app/netstart \
    5452        app/netecho \
    5553        app/nettest1 \
     
    8886        srv/net/tl/tcp \
    8987        srv/net/net \
    90         drv/root \
    91         drv/vhc
     88        drv/root
    9289
    9390## Networking
     
    119116        DIRS += drv/isa
    120117        DIRS += drv/ns8250
    121         DIRS += drv/uhci
    122         DIRS += drv/usbkbd
    123118endif
    124119
     
    146141        lib/packet \
    147142        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
    158143
    159144LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.