Changes in boot/Makefile.common [60c96cf:7acd787] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r60c96cf r7acd787  
    9494        devman \
    9595        fs/locfs \
     96        hid/compositor \
    9697        klog
    97 
    98 ifeq ($(CONFIG_FB), y)
    99         RD_SRVS_ESSENTIAL += \
    100                 hid/compositor
    101 endif
    10298
    10399RD_SRVS_NON_ESSENTIAL = \
     
    166162endif
    167163
    168 RD_APPS_ESSENTIAL = \
    169         bdsh \
    170         getterm \
    171         kio
    172 
    173 ifeq ($(CONFIG_FB), y)
    174         RD_APPS_ESSENTIAL += \
    175                 vlaunch \
    176                 vterm
    177 endif
     164RD_APPS_ESSENTIAL = bdsh getterm kio vlaunch vterm
    178165
    179166RD_APPS_NON_ESSENTIAL = \
Note: See TracChangeset for help on using the changeset viewer.