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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rd3a9ae74 rc0e53ff  
    8888        srv/fs/locfs \
    8989        srv/fs/ext2fs \
    90         srv/fs/ext4fs \
    9190        srv/hid/console \
    9291        srv/hid/s3c24xx_ts \
     
    120119        drv/bus/usb/vhc
    121120
    122 ifeq ($(CONFIG_PCC),y)
    123 DIRS += \
    124         app/cc \
    125         app/ccom \
    126         app/ccom/mkext \
    127         app/cpp
    128 endif
    129 
    130 ifeq ($(CONFIG_BINUTILS),y)
    131 DIRS += \
    132         app/binutils
    133 endif
    134 
    135121## Networking
    136122#
     
    188174        lib/drv \
    189175        lib/packet \
    190         lib/fb \
     176        lib/imgmap \
    191177        lib/net \
    192178        lib/ext2 \
     
    195181        lib/usbdev \
    196182        lib/usbhid \
    197         lib/usbvirt \
    198         lib/posix
     183        lib/usbvirt
    199184
    200185LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.