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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r3e4f2e0 r3f10d92  
    4141        app/killall \
    4242        app/klog \
    43         app/lsusb \
    4443        app/mkfat \
    4544        app/redir \
     
    5150        app/trace \
    5251        app/top \
    53         app/usbinfo \
    54         app/vuhid \
    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/ohci \
    121                 drv/uhci-hcd \
    122                 drv/uhci-rhd \
    123                 drv/usbflbk \
    124                 drv/usbkbd \
    125                 drv/usbhid \
    126                 drv/usbhub \
    127                 drv/usbmast \
    128                 drv/usbmid \
    129                 drv/usbmouse \
    130                 drv/vhc
     115                srv/hw/irc/i8259
    131116endif
    132117
     
    138123                drv/ns8250 \
    139124                srv/hw/irc/apic \
    140                 srv/hw/irc/i8259 \
    141                 drv/ehci-hcd \
    142                 drv/ohci \
    143                 drv/uhci-hcd \
    144                 drv/uhci-rhd \
    145                 drv/usbflbk \
    146                 drv/usbkbd \
    147                 drv/usbhid \
    148                 drv/usbhub \
    149                 drv/usbmast \
    150                 drv/usbmid \
    151                 drv/usbmouse \
    152                 drv/vhc
     125                srv/hw/irc/i8259
    153126endif
    154127
     
    176149        lib/packet \
    177150        lib/net
    178 
    179 ifeq ($(UARCH),amd64)
    180         LIBS += lib/usb
    181         LIBS += lib/usbhost
    182         LIBS += lib/usbdev
    183         LIBS += lib/usbhid
    184         LIBS += lib/usbvirt
    185 endif
    186 
    187 ifeq ($(UARCH),ia32)
    188         LIBS += lib/usb
    189         LIBS += lib/usbhost
    190         LIBS += lib/usbdev
    191         LIBS += lib/usbhid
    192         LIBS += lib/usbvirt
    193 endif
    194151
    195152LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.