Changeset 83f29e0 in mainline for boot/Makefile.common


Ignore:
Timestamp:
2014-08-13T20:03:58Z (10 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8820544
Parents:
e369d1c
Message:

Make rootvirt and kfb drivers essential so that even barebone configuration can boot into GUI.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    re369d1c r83f29e0  
    127127
    128128RD_DRVS_ESSENTIAL = \
    129         infrastructure/root
     129        infrastructure/root \
     130        infrastructure/rootvirt \
     131        fb/kfb
    130132
    131133RD_DRVS_NON_ESSENTIAL = \
    132         infrastructure/rootvirt \
    133         fb/kfb \
    134134        test/test1 \
    135135        test/test2 \
Note: See TracChangeset for help on using the changeset viewer.