Changes in uspace/Makefile [3ae93a8:caa8a94] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r3ae93a8 rcaa8a94  
    5050        app/trace \
    5151        app/top \
    52         app/usbinfo \
    53         app/virtusbkbd \
    54         app/virtusbhub \
    5552        app/netecho \
    5653        app/nettest1 \
     
    116113                drv/ns8250 \
    117114                srv/hw/irc/apic \
    118                 srv/hw/irc/i8259 \
    119                 drv/uhci-hcd \
    120                 drv/uhci-rhd \
    121                 drv/usbhid \
    122                 drv/usbhub \
    123                 drv/usbmid \
    124                 drv/vhc
     115                srv/hw/irc/i8259
    125116endif
    126117
     
    132123                drv/ns8250 \
    133124                srv/hw/irc/apic \
    134                 srv/hw/irc/i8259 \
    135                 drv/uhci-hcd \
    136                 drv/uhci-rhd \
    137                 drv/usbhid \
    138                 drv/usbhub \
    139                 drv/usbmid \
    140                 drv/vhc
     125                srv/hw/irc/i8259
    141126endif
    142127
     
    164149        lib/packet \
    165150        lib/net
    166 
    167 ifeq ($(UARCH),amd64)
    168         LIBS += lib/usb
    169         LIBS += lib/usbvirt
    170 endif
    171 
    172 ifeq ($(UARCH),ia32)
    173         LIBS += lib/usb
    174         LIBS += lib/usbvirt
    175 endif
    176151
    177152LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.