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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rffdd2b9 r4317827  
    4949        app/trace \
    5050        app/top \
     51        app/virtusbkbd \
    5152        app/netecho \
    5253        app/nettest1 \
     
    8586        srv/net/tl/tcp \
    8687        srv/net/net \
    87         drv/root
     88        drv/root \
     89        drv/vhc
    8890
    8991## Networking
     
    115117        DIRS += drv/isa
    116118        DIRS += drv/ns8250
     119        DIRS += drv/uhci
     120        DIRS += drv/usbhub
     121        DIRS += drv/usbkbd
    117122endif
    118123
     
    140145        lib/packet \
    141146        lib/net
     147
     148ifeq ($(UARCH),amd64)
     149        LIBS += lib/usb
     150        LIBS += lib/usbvirt
     151endif
     152
     153ifeq ($(UARCH),ia32)
     154        LIBS += lib/usb
     155        LIBS += lib/usbvirt
     156endif
    142157
    143158LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.