From 2a4e18ae84d7f4a92e1890f3432e63bf0ec3bea7 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 18 Jan 2024 10:56:14 -0700 Subject: tests: Fix ending newlines in Makefiles Signed-off-by: Martin Roth Change-Id: I9440d7a81e2a8b2bed87838fd5b11e71ac744f12 Reviewed-on: https://review.coreboot.org/c/coreboot/+/80064 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- tests/device/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/device') diff --git a/tests/device/Makefile.inc b/tests/device/Makefile.inc index 4626c3cf3d..22036cc927 100644 --- a/tests/device/Makefile.inc +++ b/tests/device/Makefile.inc @@ -9,4 +9,4 @@ i2c-test-mocks += platform_i2c_transfer ddr4-test-srcs += tests/device/ddr4-test.c ddr4-test-srcs += tests/stubs/console.c -ddr4-test-srcs += src/device/dram/ddr4.c \ No newline at end of file +ddr4-test-srcs += src/device/dram/ddr4.c -- cgit v1.2.3