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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

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