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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    reb91db7 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 \
    193         lib/ext4 \
    194179        lib/usb \
    195180        lib/usbhost \
    196181        lib/usbdev \
    197182        lib/usbhid \
    198         lib/usbvirt \
    199         lib/posix
     183        lib/usbvirt
    200184
    201185LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.