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


Ignore:
Timestamp:
2010-05-12T22:52:55Z (14 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/ppc32/Makefile.inc

    rbe6cef1b rfa9616b4  
    4040EXTRA_CFLAGS = -mcpu=powerpc -msoft-float -m32
    4141
    42 RD_SRVS += \
    43         $(USPACE_PATH)/srv/hid/adb_mouse/adb_ms \
     42RD_SRVS_ESSENTIAL += \
    4443        $(USPACE_PATH)/srv/hw/bus/cuda_adb/cuda_adb
     44
     45RD_SRVS_NON_ESSENTIAL += \
     46        $(USPACE_PATH)/srv/hid/adb_mouse/adb_ms
    4547
    4648SOURCES = \
Note: See TracChangeset for help on using the changeset viewer.