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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    ref4b112 rc7137738  
    5050        app/trace \
    5151        app/top \
     52        app/usb \
     53        app/virtusbkbd \
    5254        app/netstart \
    5355        app/netecho \
     
    7981        srv/hw/char/s3c24xx_uart \
    8082        srv/hw/netif/dp8390 \
     83        srv/hw/bus/usb/hcd/virtual \
    8184        srv/net/cfg \
    8285        srv/net/netif/lo \
     
    117120        DIRS += drv/isa
    118121        DIRS += drv/ns8250
     122        DIRS += drv/uhci
     123        DIRS += drv/usbkbd
    119124endif
    120125
     
    142147        lib/packet \
    143148        lib/net
     149
     150ifeq ($(UARCH),amd64)
     151        LIBS += lib/usb
     152        LIBS += lib/usbvirt
     153endif
     154
     155ifeq ($(UARCH),ia32)
     156        LIBS += lib/usb
     157        LIBS += lib/usbvirt
     158endif
    144159
    145160LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.