Changes in uspace/Makefile [4880210:d362410] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r4880210 rd362410  
    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 \
     
    5956        app/websrv \
    6057        app/sysinfo \
    61         app/mkbd \
    6258        srv/clip \
    6359        srv/devmap \
     
    9490        drv/rootvirt \
    9591        drv/test1 \
    96         drv/test2
     92        drv/test2 \
     93        drv/test3
    9794
    9895## Networking
     
    117114                drv/ns8250 \
    118115                srv/hw/irc/apic \
    119                 srv/hw/irc/i8259 \
    120                 drv/ehci-hcd \
    121                 drv/ohci \
    122                 drv/uhci-hcd \
    123                 drv/uhci-rhd \
    124                 drv/usbflbk \
    125                 drv/usbhid \
    126                 drv/usbhub \
    127                 drv/usbmast \
    128                 drv/usbmid \
    129                 drv/usbmouse \
    130                 drv/vhc
     116                srv/hw/irc/i8259
    131117endif
    132118
     
    138124                drv/ns8250 \
    139125                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/usbhid \
    147                 drv/usbhub \
    148                 drv/usbmast \
    149                 drv/usbmid \
    150                 drv/usbmouse \
    151                 drv/vhc
     126                srv/hw/irc/i8259
    152127endif
    153128
     
    175150        lib/packet \
    176151        lib/net
    177 
    178 ifeq ($(UARCH),amd64)
    179         LIBS += lib/usb
    180         LIBS += lib/usbhost
    181         LIBS += lib/usbdev
    182         LIBS += lib/usbhid
    183         LIBS += lib/usbvirt
    184 endif
    185 
    186 ifeq ($(UARCH),ia32)
    187         LIBS += lib/usb
    188         LIBS += lib/usbhost
    189         LIBS += lib/usbdev
    190         LIBS += lib/usbhid
    191         LIBS += lib/usbvirt
    192 endif
    193152
    194153LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.