Changeset 15b592b in mainline for boot/Makefile.common


Ignore:
Timestamp:
2010-05-18T20:43:24Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9e56e65, c47e1a8
Parents:
f173404
Message:

It should be 'barebone' not 'bare boned'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    rf173404 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.