Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/85837?usp=email )
Change subject: [test] clang EMULATION_QEMU_POWER8 test build ......................................................................
[test] clang EMULATION_QEMU_POWER8 test build
Change-Id: I168e4ca7e2c2780175e4cc6565211be917ea0ae5 Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/mainboard/emulation/qemu-power8/Makefile.mk 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/37/85837/1
diff --git a/src/mainboard/emulation/qemu-power8/Makefile.mk b/src/mainboard/emulation/qemu-power8/Makefile.mk index c1484b9..ab5ec44 100644 --- a/src/mainboard/emulation/qemu-power8/Makefile.mk +++ b/src/mainboard/emulation/qemu-power8/Makefile.mk @@ -5,8 +5,8 @@ bootblock-y += rom_media.c romstage-y += cbmem.c romstage-y += romstage.c -ramstage-y += timer.c romstage-y += uart.c romstage-y += rom_media.c +ramstage-y += timer.c ramstage-y += uart.c ramstage-y += rom_media.c