Changes in uspace/Makefile [c0e53ff:80099c19] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rc0e53ff r80099c19  
    9494        srv/hw/char/i8042 \
    9595        srv/hw/char/s3c24xx_uart \
    96         srv/hw/netif/ne2000 \
    97         srv/net/netif/lo \
    9896        srv/net/il/arp \
    9997        srv/net/il/ip \
     
    10199        srv/net/tl/udp \
    102100        srv/net/tl/tcp \
     101        srv/net/nil/eth \
     102        srv/net/nil/nildummy \
    103103        srv/net/net \
    104104        drv/infrastructure/root \
     
    117117        drv/bus/usb/usbmid \
    118118        drv/bus/usb/usbmouse \
    119         drv/bus/usb/vhc
    120 
    121 ## Networking
    122 #
    123 
     119        drv/bus/usb/vhc \
     120        drv/nic/lo \
     121        drv/nic/ne2k
     122
     123ifeq ($(CONFIG_PCC),y)
    124124DIRS += \
    125         srv/net/nil/eth \
    126         srv/net/nil/nildummy
     125        app/cc \
     126        app/ccom \
     127        app/ccom/mkext \
     128        app/cpp
     129endif
     130
     131ifeq ($(CONFIG_BINUTILS),y)
     132DIRS += \
     133        app/binutils
     134endif
    127135
    128136## Platform-specific hardware support
     
    173181        lib/softfloat \
    174182        lib/drv \
    175         lib/packet \
    176         lib/imgmap \
     183        lib/fb \
    177184        lib/net \
     185        lib/nic \
    178186        lib/ext2 \
    179187        lib/usb \
     
    181189        lib/usbdev \
    182190        lib/usbhid \
    183         lib/usbvirt
     191        lib/usbvirt \
     192        lib/posix
    184193
    185194LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.