Changes in uspace/Makefile [476b71ff:caa8a94] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r476b71ff 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/ohci \
    121                 drv/uhci-hcd \
    122                 drv/uhci-rhd \
    123                 drv/usbflbk \
    124                 drv/usbkbd \
    125                 drv/usbhub \
    126                 drv/usbmid \
    127                 drv/usbmouse \
    128                 drv/vhc
     115                srv/hw/irc/i8259
    129116endif
    130117
     
    136123                drv/ns8250 \
    137124                srv/hw/irc/apic \
    138                 srv/hw/irc/i8259 \
    139                 drv/ehci-hcd \
    140                 drv/ohci \
    141                 drv/uhci-hcd \
    142                 drv/uhci-rhd \
    143                 drv/usbflbk \
    144                 drv/usbkbd \
    145                 drv/usbhub \
    146                 drv/usbmid \
    147                 drv/usbmouse \
    148                 drv/vhc
     125                srv/hw/irc/i8259
    149126endif
    150127
     
    172149        lib/packet \
    173150        lib/net
    174 
    175 ifeq ($(UARCH),amd64)
    176         LIBS += lib/usb
    177         LIBS += lib/usbvirt
    178 endif
    179 
    180 ifeq ($(UARCH),ia32)
    181         LIBS += lib/usb
    182         LIBS += lib/usbvirt
    183 endif
    184151
    185152LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.