Changes in uspace/Makefile [ffdd2b9:4b4c797] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rffdd2b9 r4b4c797  
    4646        app/tasks \
    4747        app/tester \
     48        app/test_serial \
    4849        app/tetris \
    4950        app/trace \
    5051        app/top \
     52        app/virtusbkbd \
     53        app/netstart \
    5154        app/netecho \
    5255        app/nettest1 \
     
    8588        srv/net/tl/tcp \
    8689        srv/net/net \
    87         drv/root
     90        drv/root \
     91        drv/vhc
    8892
    8993## Networking
     
    115119        DIRS += drv/isa
    116120        DIRS += drv/ns8250
     121        DIRS += drv/uhci
     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.