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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rc0e53ff rd3a9ae74  
    8888        srv/fs/locfs \
    8989        srv/fs/ext2fs \
     90        srv/fs/ext4fs \
    9091        srv/hid/console \
    9192        srv/hid/s3c24xx_ts \
     
    119120        drv/bus/usb/vhc
    120121
     122ifeq ($(CONFIG_PCC),y)
     123DIRS += \
     124        app/cc \
     125        app/ccom \
     126        app/ccom/mkext \
     127        app/cpp
     128endif
     129
     130ifeq ($(CONFIG_BINUTILS),y)
     131DIRS += \
     132        app/binutils
     133endif
     134
    121135## Networking
    122136#
     
    174188        lib/drv \
    175189        lib/packet \
    176         lib/imgmap \
     190        lib/fb \
    177191        lib/net \
    178192        lib/ext2 \
     
    181195        lib/usbdev \
    182196        lib/usbhid \
    183         lib/usbvirt
     197        lib/usbvirt \
     198        lib/posix
    184199
    185200LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.