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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rc0e53ff r7c014d1  
    5151        app/redir \
    5252        app/sbi \
    53         app/sportdmp \
    5453        app/stats \
    5554        app/taskdump \
     
    119118        drv/bus/usb/vhc
    120119
     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
    121133## Networking
    122134#
     
    174186        lib/drv \
    175187        lib/packet \
    176         lib/imgmap \
     188        lib/fb \
    177189        lib/net \
    178190        lib/ext2 \
     
    181193        lib/usbdev \
    182194        lib/usbhid \
    183         lib/usbvirt
     195        lib/usbvirt \
     196        lib/posix
    184197
    185198LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.