Changes in uspace/Makefile [c7137738:ef4b112] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rc7137738 ref4b112  
    5050        app/trace \
    5151        app/top \
    52         app/usb \
    53         app/virtusbkbd \
    5452        app/netstart \
    5553        app/netecho \
     
    8179        srv/hw/char/s3c24xx_uart \
    8280        srv/hw/netif/dp8390 \
    83         srv/hw/bus/usb/hcd/virtual \
    8481        srv/net/cfg \
    8582        srv/net/netif/lo \
     
    120117        DIRS += drv/isa
    121118        DIRS += drv/ns8250
    122         DIRS += drv/uhci
    123         DIRS += drv/usbkbd
    124119endif
    125120
     
    147142        lib/packet \
    148143        lib/net
    149 
    150 ifeq ($(UARCH),amd64)
    151         LIBS += lib/usb
    152         LIBS += lib/usbvirt
    153 endif
    154 
    155 ifeq ($(UARCH),ia32)
    156         LIBS += lib/usb
    157         LIBS += lib/usbvirt
    158 endif
    159144
    160145LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.