Changeset fa9616b4 in mainline for boot/arch/sparc64/Makefile.inc


Ignore:
Timestamp:
2010-05-12T22:52:55Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9929742
Parents:
be6cef1b
Message:

Split the binaries on RAM disk into two groups: essential and non-essential. The
essential group of binaries is needed for the system to boot into the shell.

Add CONFIG_BARE_BONED configure option to select that only essential binaries
should be included in the RAM disk image.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/sparc64/Makefile.inc

    rbe6cef1b rfa9616b4  
    4040EXTRA_CFLAGS = -mcpu=ultrasparc -m64 -mno-fpu
    4141
    42 RD_SRVS += \
     42RD_SRVS_NON_ESSENTIAL +=
     43
     44RD_SRVS_ESSENTIAL += \
    4345        $(USPACE_PATH)/srv/hw/cir/fhc/fhc \
    4446        $(USPACE_PATH)/srv/hw/cir/obio/obio
Note: See TracChangeset for help on using the changeset viewer.