Changes in uspace/Makefile [1256a0a:caa8a94] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r1256a0a 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/vhc
     115                srv/hw/irc/i8259
    124116endif
    125117
     
    131123                drv/ns8250 \
    132124                srv/hw/irc/apic \
    133                 srv/hw/irc/i8259 \
    134                 drv/uhci-hcd \
    135                 drv/uhci-rhd \
    136                 drv/usbhid \
    137                 drv/usbhub \
    138                 drv/vhc
     125                srv/hw/irc/i8259
    139126endif
    140127
     
    162149        lib/packet \
    163150        lib/net
    164 
    165 ifeq ($(UARCH),amd64)
    166         LIBS += lib/usb
    167         LIBS += lib/usbvirt
    168 endif
    169 
    170 ifeq ($(UARCH),ia32)
    171         LIBS += lib/usb
    172         LIBS += lib/usbvirt
    173 endif
    174151
    175152LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.