Changeset a91b828 in mainline for boot/Makefile.common
- Timestamp:
- 2019-01-10T20:37:54Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6480827
- Parents:
- 0a520db (diff), 272a293 (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. - git-author:
- Vojtech Horky <vojtech.horky@…> (2019-01-10 20:37:54)
- git-committer:
- GitHub <noreply@…> (2019-01-10 20:37:54)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
r0a520db ra91b828 94 94 devman \ 95 95 fs/locfs \ 96 hid/compositor \97 96 klog 97 98 ifeq ($(CONFIG_FB), y) 99 RD_SRVS_ESSENTIAL += \ 100 hid/compositor 101 endif 98 102 99 103 RD_SRVS_NON_ESSENTIAL = \ … … 162 166 endif 163 167 164 RD_APPS_ESSENTIAL = bdsh getterm kio vlaunch vterm 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 165 178 166 179 RD_APPS_NON_ESSENTIAL = \
Note:
See TracChangeset
for help on using the changeset viewer.