From a9a1913d4d3f27f681b6ef980f064b57da8c1a68 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Mon, 12 Nov 2018 08:26:48 +0100 Subject: mb/emulation/qemu-i440fx/Makefile.inc: Fix "No newline at end of file" Change-Id: I79e9b95059f16c53767c89cfaef1e89182be9c62 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/29583 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/mainboard/emulation/qemu-i440fx/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/emulation/qemu-i440fx/Makefile.inc b/src/mainboard/emulation/qemu-i440fx/Makefile.inc index c986667f17..ecc049ea5c 100644 --- a/src/mainboard/emulation/qemu-i440fx/Makefile.inc +++ b/src/mainboard/emulation/qemu-i440fx/Makefile.inc @@ -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 \ No newline at end of file +ramstage-y += memory.c -- cgit v1.2.3