Changes in boot/Makefile.common [d362410:10a530cc] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    rd362410 r10a530cc  
    114114        rootvirt \
    115115        test1 \
    116         test2 \
    117         test3
     116        test2
    118117
    119118RD_DRV_CFG =
     
    157156        $(USPACE_PATH)/app/websrv/websrv
    158157
     158ifeq ($(CONFIG_BINUTILS),y)
     159RD_APPS_NON_ESSENTIAL += \
     160        $(USPACE_PATH)/app/binutils/as \
     161        $(USPACE_PATH)/app/binutils/ld
     162endif
     163
    159164ifneq ($(CONFIG_BAREBONE),y)
    160165NET_CFG = \
Note: See TracChangeset for help on using the changeset viewer.