mb/samsung/stumpy: Clean up makefile

Organize according to stage, alphabetize, and guard inclusion of
ChromeOS-specific code.

TEST=build/boot stumpy

Change-Id: Id6ea4e685ff3e098f6c619e1cab48a5a9320c29b
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/87405
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Matt DeVillier 2025-04-21 14:02:36 -05:00
commit 204aae207d

View file

@ -1,12 +1,12 @@
## SPDX-License-Identifier: GPL-2.0-only
romstage-y += chromeos.c
ramstage-y += chromeos.c
bootblock-y += early_init.c
bootblock-y += gpio.c
romstage-$(CONFIG_CHROMEOS) += chromeos.c
romstage-y += early_init.c
romstage-y += gpio.c
ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += gma-mainboard.ads
bootblock-y += early_init.c
romstage-y += early_init.c
ramstage-$(CONFIG_DRIVERS_OPTION_CFR) += cfr.c
ramstage-$(CONFIG_CHROMEOS) += chromeos.c
ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += gma-mainboard.ads