• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0-only
2
3ramstage-y += cstates.c
4romstage-y += gpio.c
5
6bootblock-y += early_init.c
7romstage-y += early_init.c
8
9ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += gma-mainboard.ads
10