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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r7c014d1 rc0e53ff  
    5151        app/redir \
    5252        app/sbi \
     53        app/sportdmp \
    5354        app/stats \
    5455        app/taskdump \
     
    118119        drv/bus/usb/vhc
    119120
    120 ifeq ($(CONFIG_PCC),y)
    121 DIRS += \
    122         app/cc \
    123         app/ccom \
    124         app/ccom/mkext \
    125         app/cpp
    126 endif
    127 
    128 ifeq ($(CONFIG_BINUTILS),y)
    129 DIRS += \
    130         app/binutils
    131 endif
    132 
    133121## Networking
    134122#
     
    186174        lib/drv \
    187175        lib/packet \
    188         lib/fb \
     176        lib/imgmap \
    189177        lib/net \
    190178        lib/ext2 \
     
    193181        lib/usbdev \
    194182        lib/usbhid \
    195         lib/usbvirt \
    196         lib/posix
     183        lib/usbvirt
    197184
    198185LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.