blob: d0100c99682aab6e472f2519d0f35460ce11d866 (
plain)
1
2
3
4
5
6
7
8
|
#
# Settings for LAB (Linux As Bootloader) support.
# Machines which support (or want to support) LAB,
# include this.
#
# LAB can only resolve relative symlinks
#ROOTFS_POSTPROCESS_COMMAND += "make_zimage_symlink_relative; "
|