Changes in uspace/Makefile [b9eb93f:a3eeef45] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rb9eb93f ra3eeef45  
    4949        app/trace \
    5050        app/top \
    51         app/usbinfo \
    52         app/virtusbkbd \
    5351        app/netecho \
    5452        app/nettest1 \
    5553        app/nettest2 \
    5654        app/ping \
     55        app/sysinfo \
    5756        srv/clip \
    5857        srv/devmap \
     
    117116        DIRS += drv/isa
    118117        DIRS += drv/ns8250
    119         DIRS += drv/uhci
    120         DIRS += drv/usbhub
    121         DIRS += drv/usbkbd
    122         DIRS += drv/vhc
    123118endif
    124119
     
    128123        DIRS += drv/isa
    129124        DIRS += drv/ns8250
    130         DIRS += drv/uhci
    131         DIRS += drv/usbhub
    132         DIRS += drv/usbkbd
    133         DIRS += drv/vhc
    134125endif
    135126
     
    157148        lib/packet \
    158149        lib/net
    159 
    160 ifeq ($(UARCH),amd64)
    161         LIBS += lib/usb
    162         LIBS += lib/usbvirt
    163 endif
    164 
    165 ifeq ($(UARCH),ia32)
    166         LIBS += lib/usb
    167         LIBS += lib/usbvirt
    168 endif
    169150
    170151LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.