xref: /aosp_15_r20/external/coreboot/src/northbridge/intel/haswell/broadwell_mrc/Makefile.mk (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1# SPDX-License-Identifier: GPL-2.0-only
2
3romstage-y += raminit.c
4
5# We don't ship that, but booting without it is bound to fail
6cbfs-files-$(CONFIG_HAVE_MRC) += mrc.bin
7mrc.bin-file := $(call strip_quotes,$(CONFIG_MRC_FILE))
8mrc.bin-position := 0xfffa0000
9mrc.bin-type := mrc
10