mb/emulation/qemu-i440fx/Makefile.inc: Fix "No newline at end of file"
Change-Id: I79e9b95059f16c53767c89cfaef1e89182be9c62 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29583 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
5d6929772c
commit
a9a1913d4d
|
@ -2,4 +2,4 @@ cpu_incs-y += $(src)/mainboard/emulation/qemu-i440fx/cache_as_ram.inc
|
|||
ramstage-y += northbridge.c
|
||||
ramstage-y += fw_cfg.c
|
||||
romstage-y += memory.c
|
||||
ramstage-y += memory.c
|
||||
ramstage-y += memory.c
|
||||
|
|
Loading…
Reference in New Issue