Changes in / [326bf65:98e4507] in mainline


Ignore:
Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    r326bf65 r98e4507  
    561561! CONFIG_BAREBONE (n/y)
    562562
     563% Build binutils binaries
     564! CONFIG_BINUTILS (n/y)
     565
    563566% Line debugging information
    564567! [CONFIG_STRIP_BINARIES!=y] CONFIG_LINE_DEBUG (n/y)
  • boot/Makefile.common

    r326bf65 r98e4507  
    156156        $(USPACE_PATH)/app/websrv/websrv
    157157
     158ifeq ($(CONFIG_BINUTILS),y)
     159RD_APPS_NON_ESSENTIAL += \
     160        $(USPACE_PATH)/app/binutils/as \
     161        $(USPACE_PATH)/app/binutils/ld
     162endif
     163
    158164ifneq ($(CONFIG_BAREBONE),y)
    159165NET_CFG = \
  • uspace/Makefile

    r326bf65 r98e4507  
    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.