Changeset e76e833 in mainline for uspace/Makefile


Ignore:
Timestamp:
2011-07-24T17:42:12Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
10f4b47c
Parents:
a8010272
Message:

Inclusion of pcc binaries is now optional.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    ra8010272 re76e833  
    3737        app/blkdump \
    3838        app/bnchmark \
    39         app/cc \
    40         app/ccom \
    41         app/ccom/mkext \
    42         app/cpp \
    4339        app/edit \
    4440        app/ext2info \
     
    115111        drv/bus/usb/vhc
    116112
     113ifeq ($(CONFIG_PCC),y)
     114DIRS += \
     115        app/cc \
     116        app/ccom \
     117        app/ccom/mkext \
     118        app/cpp
     119endif
     120
    117121ifeq ($(CONFIG_BINUTILS),y)
    118122DIRS += \
Note: See TracChangeset for help on using the changeset viewer.