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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    ra3eeef45 rb9eb93f  
    4949        app/trace \
    5050        app/top \
     51        app/usbinfo \
     52        app/virtusbkbd \
    5153        app/netecho \
    5254        app/nettest1 \
    5355        app/nettest2 \
    5456        app/ping \
    55         app/sysinfo \
    5657        srv/clip \
    5758        srv/devmap \
     
    116117        DIRS += drv/isa
    117118        DIRS += drv/ns8250
     119        DIRS += drv/uhci
     120        DIRS += drv/usbhub
     121        DIRS += drv/usbkbd
     122        DIRS += drv/vhc
    118123endif
    119124
     
    123128        DIRS += drv/isa
    124129        DIRS += drv/ns8250
     130        DIRS += drv/uhci
     131        DIRS += drv/usbhub
     132        DIRS += drv/usbkbd
     133        DIRS += drv/vhc
    125134endif
    126135
     
    148157        lib/packet \
    149158        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
    150169
    151170LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.