Changes in uspace/Makefile [e872326:c0e53ff] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    re872326 rc0e53ff  
    4848        app/lsusb \
    4949        app/mkfat \
    50         app/mkexfat \
    5150        app/mkmfs \
    5251        app/redir \
     
    6564        app/nettest1 \
    6665        app/nettest2 \
    67         app/nettest3 \
    6866        app/ping \
    6967        app/websrv \
     
    9492        srv/hid/fb \
    9593        srv/hid/input \
    96         srv/hid/remcons \
     94        srv/hw/char/i8042 \
    9795        srv/hw/char/s3c24xx_uart \
     96        srv/hw/netif/ne2000 \
     97        srv/net/netif/lo \
    9898        srv/net/il/arp \
    9999        srv/net/il/ip \
     
    101101        srv/net/tl/udp \
    102102        srv/net/tl/tcp \
    103         srv/net/nil/eth \
    104         srv/net/nil/nildummy \
    105103        srv/net/net \
    106104        drv/infrastructure/root \
    107105        drv/infrastructure/rootvirt \
    108         drv/char/i8042 \
    109         drv/char/ps2mouse \
    110         drv/char/xtkbd \
    111106        drv/test/test1 \
    112107        drv/test/test2 \
     
    121116        drv/bus/usb/usbmast \
    122117        drv/bus/usb/usbmid \
    123         drv/bus/usb/vhc \
    124         drv/nic/lo \
    125         drv/nic/ne2k \
    126         drv/nic/e1k \
    127         drv/nic/rtl8139
    128 
    129 ifeq ($(CONFIG_PCC),y)
     118        drv/bus/usb/usbmouse \
     119        drv/bus/usb/vhc
     120
     121## Networking
     122#
     123
    130124DIRS += \
    131         app/cc \
    132         app/ccom \
    133         app/ccom/mkext \
    134         app/cpp
    135 endif
    136 
    137 ifeq ($(CONFIG_BINUTILS),y)
    138 DIRS += \
    139         app/binutils
    140 endif
     125        srv/net/nil/eth \
     126        srv/net/nil/nildummy
    141127
    142128## Platform-specific hardware support
     
    187173        lib/softfloat \
    188174        lib/drv \
    189         lib/fb \
     175        lib/packet \
     176        lib/imgmap \
    190177        lib/net \
    191         lib/nic \
    192178        lib/ext2 \
    193179        lib/usb \
     
    195181        lib/usbdev \
    196182        lib/usbhid \
    197         lib/usbvirt \
    198         lib/posix
     183        lib/usbvirt
    199184
    200185LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.