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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r7c014d1 r7a46bfe  
    8282        srv/fs/exfat \
    8383        srv/fs/fat \
    84         srv/fs/cdfs \
    8584        srv/fs/tmpfs \
    8685        srv/fs/mfs \
     
    118117        drv/bus/usb/vhc
    119118
    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 
    133119## Networking
    134120#
     
    186172        lib/drv \
    187173        lib/packet \
    188         lib/fb \
     174        lib/imgmap \
    189175        lib/net \
    190176        lib/ext2 \
     
    193179        lib/usbdev \
    194180        lib/usbhid \
    195         lib/usbvirt \
    196         lib/posix
     181        lib/usbvirt
    197182
    198183LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.