xref: /aosp_15_r20/external/coreboot/src/southbridge/intel/lynxpoint/hsio/Makefile.mk (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1## SPDX-License-Identifier: GPL-2.0-or-later
2
3romstage-y += common.c
4ifeq ($(CONFIG_INTEL_LYNXPOINT_LP),y)
5romstage-y += lpt_lp_bx.c
6else
7romstage-y += lpt_h_cx.c
8endif
9