summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/include/arch/header.ld
blob: 4e78ae719864e8e159aa61557d799c2d003e642c (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

#include <rules.h>

PHDRS
{
	to_load PT_LOAD;
}

ENTRY(_start)