Changes in uspace/Makefile [40a5d40:caa8a94] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r40a5d40 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/ehci-hcd \
    120                 drv/uhci-hcd \
    121                 drv/uhci-rhd \
    122                 drv/usbhid \
    123                 drv/usbhub \
    124                 drv/usbmid \
    125                 drv/usbmouse \
    126                 drv/vhc
     115                srv/hw/irc/i8259
    127116endif
    128117
     
    134123                drv/ns8250 \
    135124                srv/hw/irc/apic \
    136                 srv/hw/irc/i8259 \
    137                 drv/ehci-hcd \
    138                 drv/uhci-hcd \
    139                 drv/uhci-rhd \
    140                 drv/usbhid \
    141                 drv/usbhub \
    142                 drv/usbmid \
    143                 drv/usbmouse \
    144                 drv/vhc
     125                srv/hw/irc/i8259
    145126endif
    146127
     
    168149        lib/packet \
    169150        lib/net
    170 
    171 ifeq ($(UARCH),amd64)
    172         LIBS += lib/usb
    173         LIBS += lib/usbvirt
    174 endif
    175 
    176 ifeq ($(UARCH),ia32)
    177         LIBS += lib/usb
    178         LIBS += lib/usbvirt
    179 endif
    180151
    181152LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.