Changes in boot/Makefile.common [15b592b:fa9616b4] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r15b592b rfa9616b4  
    134134        $(USPACE_PATH)/app/top/top
    135135
    136 ifneq ($(CONFIG_BAREBONE),y)
     136ifneq ($(CONFIG_BARE_BONED),y)
    137137NET_CFG = \
    138138        $(USPACE_PATH)/srv/net/cfg/general \
     
    152152-include arch/$(BARCH)/Makefile.inc
    153153
    154 ifeq ($(CONFIG_BAREBONE),y)
     154ifeq ($(CONFIG_BARE_BONED),y)
    155155RD_SRVS = $(RD_SRVS_ESSENTIAL)
    156156RD_APPS = $(RD_APPS_ESSENTIAL)
Note: See TracChangeset for help on using the changeset viewer.