diff options
author | Martin Roth <gaumless@gmail.com> | 2024-01-18 10:56:14 -0700 |
---|---|---|
committer | Jakub Czapiga <czapiga@google.com> | 2024-01-19 07:32:56 +0000 |
commit | 2a4e18ae84d7f4a92e1890f3432e63bf0ec3bea7 (patch) | |
tree | 2919ac1a6a8e3f3e8a3a5b7ea6bd349b0d2a9296 /tests/device | |
parent | e9786d46fa7844f0aad588a6c0698c3bb2d3c08c (diff) |
tests: Fix ending newlines in Makefiles
Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: I9440d7a81e2a8b2bed87838fd5b11e71ac744f12
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80064
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'tests/device')
-rw-r--r-- | tests/device/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |