Changes in uspace/Makefile [ffdd2b9:07b9203e] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rffdd2b9 r07b9203e  
    4949        app/trace \
    5050        app/top \
     51        app/usbinfo \
     52        app/virtusbkbd \
    5153        app/netecho \
    5254        app/nettest1 \
     
    8587        srv/net/tl/tcp \
    8688        srv/net/net \
    87         drv/root
     89        drv/root \
     90        drv/vhc
    8891
    8992## Networking
     
    115118        DIRS += drv/isa
    116119        DIRS += drv/ns8250
     120        DIRS += drv/uhci
     121        DIRS += drv/usbhub
     122        DIRS += drv/usbkbd
    117123endif
    118124
     
    140146        lib/packet \
    141147        lib/net
     148
     149ifeq ($(UARCH),amd64)
     150        LIBS += lib/usb
     151        LIBS += lib/usbvirt
     152endif
     153
     154ifeq ($(UARCH),ia32)
     155        LIBS += lib/usb
     156        LIBS += lib/usbvirt
     157endif
    142158
    143159LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.