Changes in uspace/Makefile [4b4c797:ffdd2b9] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r4b4c797 rffdd2b9  
    4646        app/tasks \
    4747        app/tester \
    48         app/test_serial \
    4948        app/tetris \
    5049        app/trace \
    5150        app/top \
    52         app/virtusbkbd \
    53         app/netstart \
    5451        app/netecho \
    5552        app/nettest1 \
     
    8885        srv/net/tl/tcp \
    8986        srv/net/net \
    90         drv/root \
    91         drv/vhc
     87        drv/root
    9288
    9389## Networking
     
    119115        DIRS += drv/isa
    120116        DIRS += drv/ns8250
    121         DIRS += drv/uhci
    122         DIRS += drv/usbkbd
    123117endif
    124118
     
    146140        lib/packet \
    147141        lib/net
    148 
    149 ifeq ($(UARCH),amd64)
    150         LIBS += lib/usb
    151         LIBS += lib/usbvirt
    152 endif
    153 
    154 ifeq ($(UARCH),ia32)
    155         LIBS += lib/usb
    156         LIBS += lib/usbvirt
    157 endif
    158142
    159143LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.