Changes in uspace/Makefile [7a46bfe:7c014d1] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r7a46bfe r7c014d1  
    8282        srv/fs/exfat \
    8383        srv/fs/fat \
     84        srv/fs/cdfs \
    8485        srv/fs/tmpfs \
    8586        srv/fs/mfs \
     
    117118        drv/bus/usb/vhc
    118119
     120ifeq ($(CONFIG_PCC),y)
     121DIRS += \
     122        app/cc \
     123        app/ccom \
     124        app/ccom/mkext \
     125        app/cpp
     126endif
     127
     128ifeq ($(CONFIG_BINUTILS),y)
     129DIRS += \
     130        app/binutils
     131endif
     132
    119133## Networking
    120134#
     
    172186        lib/drv \
    173187        lib/packet \
    174         lib/imgmap \
     188        lib/fb \
    175189        lib/net \
    176190        lib/ext2 \
     
    179193        lib/usbdev \
    180194        lib/usbhid \
    181         lib/usbvirt
     195        lib/usbvirt \
     196        lib/posix
    182197
    183198LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.