Changeset a91b828 in mainline
- 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)
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.build
r0a520db ra91b828 103 103 104 104 %.gz: % 105 gzip -n -k - f $<105 gzip -n -k -9 -f $< 106 106 107 107 $(COMPS).tar: $(COMPONENTS) -
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 = \ -
defaults/amd64/Makefile.config
r0a520db ra91b828 74 74 CONFIG_USE_SHARED_LIBS = y 75 75 76 # Include userspace unit tests (PCUT) 77 CONFIG_PCUT_TESTS = y 78 76 79 # Include development files (headers, libraries) 77 80 CONFIG_DEVEL_FILES = y -
defaults/ia32/Makefile.config
r0a520db ra91b828 77 77 CONFIG_USE_SHARED_LIBS = y 78 78 79 # Include userspace unit tests (PCUT) 80 CONFIG_PCUT_TESTS = y 81 79 82 # Include development files (headers, libraries) 80 83 CONFIG_DEVEL_FILES = y
Note:
See TracChangeset
for help on using the changeset viewer.