Changes in uspace/Makefile [3e4f2e0:8594505] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r3e4f2e0 r8594505  
    179179ifeq ($(UARCH),amd64)
    180180        LIBS += lib/usb
    181         LIBS += lib/usbhost
    182         LIBS += lib/usbdev
    183         LIBS += lib/usbhid
    184181        LIBS += lib/usbvirt
    185182endif
     
    187184ifeq ($(UARCH),ia32)
    188185        LIBS += lib/usb
    189         LIBS += lib/usbhost
    190         LIBS += lib/usbdev
    191         LIBS += lib/usbhid
    192186        LIBS += lib/usbvirt
    193187endif
Note: See TracChangeset for help on using the changeset viewer.