Changes in / [272a293:1567471] in mainline
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.build
r272a293 r1567471 103 103 104 104 %.gz: % 105 gzip -n -k - 9 -f $<105 gzip -n -k -f $< 106 106 107 107 $(COMPS).tar: $(COMPONENTS) -
boot/Makefile.common
r272a293 r1567471 94 94 devman \ 95 95 fs/locfs \ 96 hid/compositor \ 96 97 klog 97 98 ifeq ($(CONFIG_FB), y)99 RD_SRVS_ESSENTIAL += \100 hid/compositor101 endif102 98 103 99 RD_SRVS_NON_ESSENTIAL = \ … … 166 162 endif 167 163 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 164 RD_APPS_ESSENTIAL = bdsh getterm kio vlaunch vterm 178 165 179 166 RD_APPS_NON_ESSENTIAL = \ -
defaults/amd64/Makefile.config
r272a293 r1567471 74 74 CONFIG_USE_SHARED_LIBS = y 75 75 76 # Include userspace unit tests (PCUT)77 CONFIG_PCUT_TESTS = y78 79 76 # Include development files (headers, libraries) 80 77 CONFIG_DEVEL_FILES = y -
defaults/ia32/Makefile.config
r272a293 r1567471 77 77 CONFIG_USE_SHARED_LIBS = y 78 78 79 # Include userspace unit tests (PCUT)80 CONFIG_PCUT_TESTS = y81 82 79 # Include development files (headers, libraries) 83 80 CONFIG_DEVEL_FILES = y
Note:
See TracChangeset
for help on using the changeset viewer.