Changes in / [1567471:272a293] in mainline


Ignore:
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.build

    r1567471 r272a293  
    103103
    104104%.gz: %
    105         gzip -n -k -f $<
     105        gzip -n -k -9 -f $<
    106106
    107107$(COMPS).tar: $(COMPONENTS)
  • boot/Makefile.common

    r1567471 r272a293  
    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 = \
     
    162166endif
    163167
    164 RD_APPS_ESSENTIAL = bdsh getterm kio vlaunch vterm
     168RD_APPS_ESSENTIAL = \
     169        bdsh \
     170        getterm \
     171        kio
     172
     173ifeq ($(CONFIG_FB), y)
     174        RD_APPS_ESSENTIAL += \
     175                vlaunch \
     176                vterm
     177endif
    165178
    166179RD_APPS_NON_ESSENTIAL = \
  • defaults/amd64/Makefile.config

    r1567471 r272a293  
    7474CONFIG_USE_SHARED_LIBS = y
    7575
     76# Include userspace unit tests (PCUT)
     77CONFIG_PCUT_TESTS = y
     78
    7679# Include development files (headers, libraries)
    7780CONFIG_DEVEL_FILES = y
  • defaults/ia32/Makefile.config

    r1567471 r272a293  
    7777CONFIG_USE_SHARED_LIBS = y
    7878
     79# Include userspace unit tests (PCUT)
     80CONFIG_PCUT_TESTS = y
     81
    7982# Include development files (headers, libraries)
    8083CONFIG_DEVEL_FILES = y
Note: See TracChangeset for help on using the changeset viewer.