Changeset 865b981 in mainline for uspace/Makefile


Ignore:
Timestamp:
2014-09-19T10:25:39Z (10 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
824208bf
Parents:
c85a57f
Message:

Build (but do not include) PCUT tests by default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rc85a57f r865b981  
    231231        lib/usbvirt \
    232232        lib/pcm \
     233        lib/pcut \
    233234        lib/bithenge \
    234235        lib/posix \
    235236        lib/mbr \
    236237        lib/gpt
    237 
    238 ifeq ($(CONFIG_PCUT_TESTS),y)
    239         LIBS += lib/pcut
    240 endif
    241238
    242239LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.