summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-07-16 19:04:26 +1000
committerEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-07-17 02:19:57 +0200
commit29794b7ad744ea8b2a8b91e2e31a90c599971f5b (patch)
treed3d30778abc7ff954067833b0302daad48ff84bb
parent4fc32be15279be50051e7a73f0e0437e9a973c0f (diff)
downloadcoreboot-29794b7ad744ea8b2a8b91e2e31a90c599971f5b.tar.xz
device,Makefile.inc: Trivial - drop trailing blank lines at EOF
Change-Id: I73fe6f37c363f4bff332ca90178a236590067170 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/6287 Tested-by: build bot (Jenkins) Reviewed-by: Idwer Vollering <vidwer@gmail.com>
-rw-r--r--src/device/Makefile.inc1
-rw-r--r--src/device/oprom/Makefile.inc1
-rw-r--r--src/device/oprom/realmode/Makefile.inc1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/device/Makefile.inc b/src/device/Makefile.inc
index 813ce7ed1c..0b870952b3 100644
--- a/src/device/Makefile.inc
+++ b/src/device/Makefile.inc
@@ -20,4 +20,3 @@ romstage-$(CONFIG_PCI) += pci_early.c
subdirs-y += oprom dram
ramstage-$(CONFIG_VGA_ROM_RUN) += pci_rom.c
-
diff --git a/src/device/oprom/Makefile.inc b/src/device/oprom/Makefile.inc
index 5cedd7cb5f..4fc81b003d 100644
--- a/src/device/oprom/Makefile.inc
+++ b/src/device/oprom/Makefile.inc
@@ -20,4 +20,3 @@
subdirs-$(CONFIG_PCI_OPTION_ROM_RUN_YABEL) += x86emu
subdirs-$(CONFIG_PCI_OPTION_ROM_RUN_YABEL) += yabel
subdirs-$(CONFIG_PCI_OPTION_ROM_RUN_REALMODE) += realmode
-
diff --git a/src/device/oprom/realmode/Makefile.inc b/src/device/oprom/realmode/Makefile.inc
index 2dbc05d44b..68ee3b8792 100644
--- a/src/device/oprom/realmode/Makefile.inc
+++ b/src/device/oprom/realmode/Makefile.inc
@@ -20,4 +20,3 @@
ramstage-$(CONFIG_PCI_OPTION_ROM_RUN_REALMODE) += x86.c
ramstage-$(CONFIG_PCI_OPTION_ROM_RUN_REALMODE) += x86_asm.S
ramstage-$(CONFIG_PCI_OPTION_ROM_RUN_REALMODE) += x86_interrupts.c
-