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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rc245f16e rb9eb93f  
    4949        app/trace \
    5050        app/top \
     51        app/usbinfo \
     52        app/virtusbkbd \
    5153        app/netecho \
    5254        app/nettest1 \
     
    115117        DIRS += drv/isa
    116118        DIRS += drv/ns8250
     119        DIRS += drv/uhci
     120        DIRS += drv/usbhub
     121        DIRS += drv/usbkbd
     122        DIRS += drv/vhc
    117123endif
    118124
     
    122128        DIRS += drv/isa
    123129        DIRS += drv/ns8250
     130        DIRS += drv/uhci
     131        DIRS += drv/usbhub
     132        DIRS += drv/usbkbd
     133        DIRS += drv/vhc
    124134endif
    125135
     
    147157        lib/packet \
    148158        lib/net
     159
     160ifeq ($(UARCH),amd64)
     161        LIBS += lib/usb
     162        LIBS += lib/usbvirt
     163endif
     164
     165ifeq ($(UARCH),ia32)
     166        LIBS += lib/usb
     167        LIBS += lib/usbvirt
     168endif
    149169
    150170LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.