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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rc0e53ff reb91db7  
    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 \
     193        lib/ext4 \
    179194        lib/usb \
    180195        lib/usbhost \
    181196        lib/usbdev \
    182197        lib/usbhid \
    183         lib/usbvirt
     198        lib/usbvirt \
     199        lib/posix
    184200
    185201LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.