Changeset d5a89a3 in mainline for boot/Makefile.common


Ignore:
Timestamp:
2019-02-11T22:31:04Z (6 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
aaf9789c
Parents:
e3272101 (diff), 4805495 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merging with upstream/master

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    re3272101 rd5a89a3  
    9494        devman \
    9595        fs/locfs \
    96         hid/compositor \
    9796        klog
     97
     98ifeq ($(CONFIG_FB), y)
     99        RD_SRVS_ESSENTIAL += \
     100                hid/compositor
     101endif
    98102
    99103RD_SRVS_NON_ESSENTIAL = \
     
    141145        nic/ar9271 \
    142146        nic/virtio-net \
    143         block/ahci
     147        block/ahci \
     148        block/virtio-blk
    144149
    145150RD_DRV_CFG =
     
    162167endif
    163168
    164 RD_APPS_ESSENTIAL = bdsh getterm kio vlaunch vterm
     169RD_APPS_ESSENTIAL = \
     170        bdsh \
     171        getterm \
     172        kio
     173
     174ifeq ($(CONFIG_FB), y)
     175        RD_APPS_ESSENTIAL += \
     176                vlaunch \
     177                vterm
     178endif
    165179
    166180RD_APPS_NON_ESSENTIAL = \
     
    168182        bithenge \
    169183        blkdump \
    170         bnchmark \
    171184        contacts \
    172185        corecfg \
     
    179192        fdisk \
    180193        gunzip \
     194        hbench \
    181195        inet \
    182196        kill \
     
    192206        mkmfs \
    193207        nic \
    194         perf \
    195208        sbi \
    196209        sportdmp \
Note: See TracChangeset for help on using the changeset viewer.