Changes in boot/Makefile.common [7acd787:13eecc4] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r7acd787 r13eecc4  
    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.