• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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