Changes in boot/Makefile.common [5203e256:f5b2522] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r5203e256 rf5b2522  
    166166        $(USPACE_PATH)/app/websrv/websrv
    167167
     168ifeq ($(CONFIG_BINUTILS),y)
     169RD_APPS_NON_ESSENTIAL += \
     170        $(USPACE_PATH)/app/binutils/bin/as \
     171        $(USPACE_PATH)/app/binutils/bin/ld
     172endif
     173
    168174ifneq ($(CONFIG_BAREBONE),y)
    169175NET_CFG = \
Note: See TracChangeset for help on using the changeset viewer.