aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/lynxpoint/hsio/Makefile.inc
blob: 6b74997511c8b1e9c2f3334a53fdb6cc799a3946 (plain)
1
2
3
4
5
6
7
8
## SPDX-License-Identifier: GPL-2.0-or-later

romstage-y += common.c
ifeq ($(CONFIG_INTEL_LYNXPOINT_LP),y)
romstage-y += lpt_lp_bx.c
else
romstage-y += lpt_h_cx.c
endif