Changeset 10a530cc in mainline for uspace/Makefile


Ignore:
Timestamp:
2011-05-19T02:32:27Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a0bb65af
Parents:
cb7c685
Message:

Added config flag controlling whether to build binutils (disabled by default).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rcb7c685 r10a530cc  
    9292        drv/test2
    9393
     94ifeq ($(CONFIG_BINUTILS),y)
     95DIRS += \
     96        app/binutils
     97endif
     98
    9499## Networking
    95100#
Note: See TracChangeset for help on using the changeset viewer.