Changeset 3781092 in mainline for uspace/Makefile


Ignore:
Timestamp:
2011-09-09T18:22:33Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
40a2af3
Parents:
980671e7 (diff), 5da7199 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merge mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r980671e7 r3781092  
    118118        drv/bus/usb/vhc
    119119
     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
    120133## Networking
    121134#
     
    173186        lib/drv \
    174187        lib/packet \
    175         lib/imgmap \
     188        lib/fb \
    176189        lib/net \
    177190        lib/ext2 \
     
    180193        lib/usbdev \
    181194        lib/usbhid \
    182         lib/usbvirt
     195        lib/usbvirt \
     196        lib/posix
    183197
    184198LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.