mb/starlabs/starfighter/rpl: Add ramstage.c to makefile
Was inadvertently left out when this board was created. TEST=build, verify ramstage.o created in variant subdir of build dir. Change-Id: I3c728ba2abe94be4115a60d3a532cf0a19bec33c Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87496 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Sean Rhodes <sean@starlabs.systems>
This commit is contained in:
parent
f1509a467c
commit
ac948173ad
1 changed files with 1 additions and 0 deletions
|
|
@ -7,5 +7,6 @@ romstage-y += romstage.c
|
|||
ramstage-y += devtree.c
|
||||
ramstage-y += gpio.c
|
||||
ramstage-y += hda_verb.c
|
||||
ramstage-y += ramstage.c
|
||||
|
||||
$(call add_vbt_to_cbfs, vbt_native_res.bin, data_native_res.vbt)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue